Color names in this palette
CSS code for this palette
/* CSS */
.pool-water {
color: #1f8bff;
}
.blue-atoll {
color: #00b4e6;
}
.dream-of-spring {
color: #f6d12c;
}
.magenta-crayon {
color: #ff61a5;
}
.aerospace-orange {
color: #ff5100;
}
/* CSS Variables */
:root {
--pool-water:#1f8bff;
--blue-atoll:#00b4e6;
--dream-of-spring:#f6d12c;
--magenta-crayon:#ff61a5;
--aerospace-orange:#ff5100;
}