Color names in this palette
CSS code for this palette
/* CSS */
.sea-rover {
color: #a5d3e3;
}
.chantilly {
color: #f0b7c4;
}
.sun-dust {
color: #f5e0a3;
}
.fashion-green {
color: #b2d572;
}
.shell-pink {
color: #f67e7e;
}
/* CSS Variables */
:root {
--sea-rover:#a5d3e3;
--chantilly:#f0b7c4;
--sun-dust:#f5e0a3;
--fashion-green:#b2d572;
--shell-pink:#f67e7e;
}