Color names in this palette
CSS code for this palette
/* CSS */
.flat-blue {
color: #3c76aa;
}
.air-blue {
color: #6da2c5;
}
.french-pass {
color: #a5d4e3;
}
.lemon-ice-yellow {
color: #f6e2a7;
}
.strawberry-avalanche {
color: #f0523d;
}
/* CSS Variables */
:root {
--flat-blue:#3c76aa;
--air-blue:#6da2c5;
--french-pass:#a5d4e3;
--lemon-ice-yellow:#f6e2a7;
--strawberry-avalanche:#f0523d;
}