Color names in this palette
CSS code for this palette
/* CSS */
.pina-colada {
color: #f4dfb4;
}
.glacier-point {
color: #b3d8e6;
}
.sea-wind {
color: #aac9d5;
}
.desaturated-cyan {
color: #699b9b;
}
.plumeria {
color: #c1b5d4;
}
/* CSS Variables */
:root {
--pina-colada:#f4dfb4;
--glacier-point:#b3d8e6;
--sea-wind:#aac9d5;
--desaturated-cyan:#699b9b;
--plumeria:#c1b5d4;
}