Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a6d8e3;
}
.duck-egg-cream {
color: #c8e4d5;
}
.posy {
color: #f3e0d3;
}
.chai-latte {
color: #f8c9a0;
}
.orange-grove {
color: #fbaf8e;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a6d8e3;
--duck-egg-cream:#c8e4d5;
--posy:#f3e0d3;
--chai-latte:#f8c9a0;
--orange-grove:#fbaf8e;
}