Color names in this palette
CSS code for this palette
/* CSS */
.samoan-sun {
color: #f5b942;
}
.sunny-mood {
color: #f7c94a;
}
.mocha-dandelion {
color: #f2d86e;
}
.schabziger-green {
color: #e3e3b5;
}
.light-blue-grey {
color: #b7c9e1;
}
/* CSS Variables */
:root {
--samoan-sun:#f5b942;
--sunny-mood:#f7c94a;
--mocha-dandelion:#f2d86e;
--schabziger-green:#e3e3b5;
--light-blue-grey:#b7c9e1;
}