Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #81b4c5;
}
.chefchaouen-blue {
color: #a6d3e8;
}
.frosty-mint {
color: #e0f5f0;
}
.first-date {
color: #f2b5a1;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--heavenly:#81b4c5;
--chefchaouen-blue:#a6d3e8;
--frosty-mint:#e0f5f0;
--first-date:#f2b5a1;
--blue-angels-yellow:#fab700;
}