Color names in this palette
CSS code for this palette
/* CSS */
.droplet {
color: #a8dbff;
}
.frozen-landscape {
color: #b3e2ff;
}
.song-of-summer {
color: #fde7b4;
}
.old-yella {
color: #ffeb99;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--droplet:#a8dbff;
--frozen-landscape:#b3e2ff;
--song-of-summer:#fde7b4;
--old-yella:#ffeb99;
--wildflower-bouquet:#ffb3b3;
}