Color names in this palette
CSS code for this palette
/* CSS */
.cold-turquoise {
color: #a3d2ca;
}
.steel-teal {
color: #5e8c8d;
}
.blue-angels-yellow {
color: #fab700;
}
.sorbet-yellow {
color: #dbc200;
}
.sun-kissed-coral {
color: #ef6c79;
}
/* CSS Variables */
:root {
--cold-turquoise:#a3d2ca;
--steel-teal:#5e8c8d;
--blue-angels-yellow:#fab700;
--sorbet-yellow:#dbc200;
--sun-kissed-coral:#ef6c79;
}