Color names in this palette
CSS code for this palette
/* CSS */
.florida-sunrise {
color: #f6aa6f;
}
.mille-feuille {
color: #f3c57c;
}
.schabziger-green {
color: #e5e2b8;
}
.blair {
color: #a1c1e3;
}
.little-boy-blue {
color: #6c8bda;
}
/* CSS Variables */
:root {
--florida-sunrise:#f6aa6f;
--mille-feuille:#f3c57c;
--schabziger-green:#e5e2b8;
--blair:#a1c1e3;
--little-boy-blue:#6c8bda;
}