Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.eau-de-rose {
color: #e1b7d2;
}
.tequila {
color: #f4cca4;
}
.5 {
color: #f9d68b;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--eau-de-rose:#e1b7d2;
--tequila:#f4cca4;
--5:#f9d68b;
--blue-angels-yellow:#fab700;
}