Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1a92c1;
}
.mystic-blue {
color: #4ba7d2;
}
.candid-blue {
color: #6cc9e0;
}
.freezy-breezy {
color: #98e7f1;
}
.vapor {
color: #f0fffe;
}
/* CSS Variables */
:root {
--spa-dream:#1a92c1;
--mystic-blue:#4ba7d2;
--candid-blue:#6cc9e0;
--freezy-breezy:#98e7f1;
--vapor:#f0fffe;
}