Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.golden-glow {
color: #fbd67e;
}
.fresh-frapp {
color: #e0e59f;
}
.little-blue-box {
color: #8dc4b8;
}
.rackley {
color: #5f8cab;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--golden-glow:#fbd67e;
--fresh-frapp:#e0e59f;
--little-blue-box:#8dc4b8;
--rackley:#5f8cab;
}