Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #54c4e3;
}
.princess {
color: #f1a7b6;
}
.kissed-by-mist {
color: #f7caf2;
}
.greek-sea {
color: #7a9eeb;
}
.orange-pospsicle {
color: #f4a20b;
}
/* CSS Variables */
:root {
--clean-pool:#54c4e3;
--princess:#f1a7b6;
--kissed-by-mist:#f7caf2;
--greek-sea:#7a9eeb;
--orange-pospsicle:#f4a20b;
}