Color names in this palette
CSS code for this palette
/* CSS */
.sea-breeze-green {
color: #cbdae7;
}
.blissful-blue {
color: #b2c8d7;
}
.crystal-lake {
color: #85b6c7;
}
.blue-calypso {
color: #56a8b8;
}
.talismanic-teal {
color: #1a9e99;
}
/* CSS Variables */
:root {
--sea-breeze-green:#cbdae7;
--blissful-blue:#b2c8d7;
--crystal-lake:#85b6c7;
--blue-calypso:#56a8b8;
--talismanic-teal:#1a9e99;
}