Color names in this palette
CSS code for this palette
/* CSS */
.bergamot-orange {
color: #f6a05a;
}
.sunny-mood {
color: #f7c94b;
}
.refreshed {
color: #d2e98b;
}
.winsome-hue {
color: #a7d8e2;
}
.blue-dazzle {
color: #6a8db9;
}
/* CSS Variables */
:root {
--bergamot-orange:#f6a05a;
--sunny-mood:#f7c94b;
--refreshed:#d2e98b;
--winsome-hue:#a7d8e2;
--blue-dazzle:#6a8db9;
}