Color names in this palette
CSS code for this palette
/* CSS */
.favorite-lavender {
color: #cfa1d4;
}
.blush-hour {
color: #ff7092;
}
.glitter-lake {
color: #42c3ff;
}
.pineapple-juice {
color: #f9e67b;
}
.irradiated-green {
color: #b0ff57;
}
/* CSS Variables */
:root {
--favorite-lavender:#cfa1d4;
--blush-hour:#ff7092;
--glitter-lake:#42c3ff;
--pineapple-juice:#f9e67b;
--irradiated-green:#b0ff57;
}