Color names in this palette
CSS code for this palette
/* CSS */
.florentine-lapis {
color: #1d5c9a;
}
.skydome {
color: #3da2d1;
}
.turquoise-sea {
color: #6dd6e8;
}
.vandermint {
color: #a9e1e5;
}
.deeply-embarrassed {
color: #f0b2b2;
}
/* CSS Variables */
:root {
--florentine-lapis:#1d5c9a;
--skydome:#3da2d1;
--turquoise-sea:#6dd6e8;
--vandermint:#a9e1e5;
--deeply-embarrassed:#f0b2b2;
}