Color names in this palette
CSS code for this palette
/* CSS */
.amaya {
color: #f1c0c9;
}
.vanilla-delight {
color: #f5e8d6;
}
.glittering-gemstone {
color: #e1b9e9;
}
.atlantic-ocean {
color: #a5d7e3;
}
.sport-yellow {
color: #f2d578;
}
/* CSS Variables */
:root {
--amaya:#f1c0c9;
--vanilla-delight:#f5e8d6;
--glittering-gemstone:#e1b9e9;
--atlantic-ocean:#a5d7e3;
--sport-yellow:#f2d578;
}