Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.sanctuary-spa {
color: #5db5e5;
}
.horizon-haze {
color: #7fbfe1;
}
.french-pass {
color: #a4d2df;
}
.lauren-s-surprise {
color: #d4e5e8;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--sanctuary-spa:#5db5e5;
--horizon-haze:#7fbfe1;
--french-pass:#a4d2df;
--lauren-s-surprise:#d4e5e8;
}