Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3d8d8f;
}
.crystalsong-blue {
color: #4fb2b5;
}
.andes-sky {
color: #75d5d7;
}
.optimistic-yellow {
color: #f6e0a7;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--blue-chill:#3d8d8f;
--crystalsong-blue:#4fb2b5;
--andes-sky:#75d5d7;
--optimistic-yellow:#f6e0a7;
--blue-angels-yellow:#fab700;
}