Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e7a2b3;
}
.filtered-light {
color: #b1b2c4;
}
.little-blue-box {
color: #8dc3b8;
}
.crystalsong-blue {
color: #4bb7b9;
}
.geneva-green {
color: #1e807d;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e7a2b3;
--filtered-light:#b1b2c4;
--little-blue-box:#8dc3b8;
--crystalsong-blue:#4bb7b9;
--geneva-green:#1e807d;
}