Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a6d8e3;
}
.mystic-tulip {
color: #f6b8a2;
}
.glitter-yellow {
color: #f9d75d;
}
.plum-s-the-word {
color: #dac9e8;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a6d8e3;
--mystic-tulip:#f6b8a2;
--glitter-yellow:#f9d75d;
--plum-s-the-word:#dac9e8;
--breeze-of-chilli:#f76e6e;
}