Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f5b9a3;
}
.almond-cream {
color: #f4c19f;
}
.noodles {
color: #f9e2b4;
}
.glacial-water-green {
color: #c9e8d3;
}
.rivers-edge {
color: #b0d8d8;
}
/* CSS Variables */
:root {
--certain-peach:#f5b9a3;
--almond-cream:#f4c19f;
--noodles:#f9e2b4;
--glacial-water-green:#c9e8d3;
--rivers-edge:#b0d8d8;
}