Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dreams {
color: #cceeff;
}
.exotic-escape {
color: #98d7e1;
}
.delicate-girl-blue {
color: #65b2c8;
}
.sailfish {
color: #329bbd;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--lucid-dreams:#cceeff;
--exotic-escape:#98d7e1;
--delicate-girl-blue:#65b2c8;
--sailfish:#329bbd;
--turkish-tile:#007c9e;
}