Color names in this palette
CSS code for this palette
/* CSS */
.petal-plush {
color: #e0b0e8;
}
.chapel-blue {
color: #b0d0e8;
}
.undercool {
color: #7ec6e7;
}
.sail-away {
color: #5bb6e6;
}
.blue-damselfly {
color: #2c9fdd;
}
/* CSS Variables */
:root {
--petal-plush:#e0b0e8;
--chapel-blue:#b0d0e8;
--undercool:#7ec6e7;
--sail-away:#5bb6e6;
--blue-damselfly:#2c9fdd;
}