Color names in this palette
CSS code for this palette
/* CSS */
.florentine-lapis {
color: #1d5c9a;
}
.highlighter-blue {
color: #3fb3d9;
}
.watercourse {
color: #5cd1e0;
}
.first-day-of-summer {
color: #f2e99c;
}
.peanut-butter-chicken {
color: #ffb65c;
}
/* CSS Variables */
:root {
--florentine-lapis:#1d5c9a;
--highlighter-blue:#3fb3d9;
--watercourse:#5cd1e0;
--first-day-of-summer:#f2e99c;
--peanut-butter-chicken:#ffb65c;
}