Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #f9ae9f;
}
.serene-pink {
color: #f6c9b6;
}
.woven-raffia {
color: #f2dfc0;
}
.filtered-forest {
color: #b7e1d4;
}
.atlantic-ocean {
color: #a4d6e5;
}
/* CSS Variables */
:root {
--salmon-fresco:#f9ae9f;
--serene-pink:#f6c9b6;
--woven-raffia:#f2dfc0;
--filtered-forest:#b7e1d4;
--atlantic-ocean:#a4d6e5;
}