Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.peach-temptation {
color: #f1c6b1;
}
.lime-bright {
color: #f1e3b1;
}
.washed-out-green {
color: #b8f1a2;
}
.blizzard-blue {
color: #a2e1f1;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--peach-temptation:#f1c6b1;
--lime-bright:#f1e3b1;
--washed-out-green:#b8f1a2;
--blizzard-blue:#a2e1f1;
}