Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.peach-damask {
color: #f6c8a7;
}
.almost-aloe {
color: #c2e6b3;
}
.french-pass {
color: #a3d4e0;
}
.winter-lake {
color: #698d9b;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--peach-damask:#f6c8a7;
--almost-aloe:#c2e6b3;
--french-pass:#a3d4e0;
--winter-lake:#698d9b;
}