Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1c6e8d;
}
.lake-tahoe-turquoise {
color: #3bb1b5;
}
.blue-radiance {
color: #5cd5db;
}
.tiffany-blue {
color: #7cf8e3;
}
.blister-pearl {
color: #a3fff4;
}
/* CSS Variables */
:root {
--saxony-blue:#1c6e8d;
--lake-tahoe-turquoise:#3bb1b5;
--blue-radiance:#5cd5db;
--tiffany-blue:#7cf8e3;
--blister-pearl:#a3fff4;
}