Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.royal-blush {
color: #f26d50;
}
.basket-of-gold {
color: #f1d03b;
}
.lime-lizard {
color: #aad657;
}
.cerulean {
color: #4caeeb;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--royal-blush:#f26d50;
--basket-of-gold:#f1d03b;
--lime-lizard:#aad657;
--cerulean:#4caeeb;
}