Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.candid-blue {
color: #69c8e8;
}
.blizzard-blue {
color: #a5e2e9;
}
.soft-mint {
color: #e7f9f1;
}
.barely-butter {
color: #f9e8c3;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--candid-blue:#69c8e8;
--blizzard-blue:#a5e2e9;
--soft-mint:#e7f9f1;
--barely-butter:#f9e8c3;
}