CSS Triangle

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #ae94fe transparent transparent transparent;
}