Color names in this palette
CSS code for this palette
/* CSS */
.squeaky {
color: #6dc0d5;
}
.charlotte {
color: #a4e0e5;
}
.milky-way {
color: #e4f6f6;
}
.oriole-yellow {
color: #f6d579;
}
.simple-pink {
color: #f8a5a8;
}
/* CSS Variables */
:root {
--squeaky:#6dc0d5;
--charlotte:#a4e0e5;
--milky-way:#e4f6f6;
--oriole-yellow:#f6d579;
--simple-pink:#f8a5a8;
}