Color names in this palette
CSS code for this palette
/* CSS */
.alesan {
color: #f1c0a7;
}
.squash-blossom {
color: #f6b83c;
}
.shrimp-cocktail {
color: #f4a462;
}
.ore-mountains-green {
color: #2e6b50;
}
.mizukaze-green {
color: #1a4231;
}
/* CSS Variables */
:root {
--alesan:#f1c0a7;
--squash-blossom:#f6b83c;
--shrimp-cocktail:#f4a462;
--ore-mountains-green:#2e6b50;
--mizukaze-green:#1a4231;
}