Color names in this palette
CSS code for this palette
/* CSS */
.grand-sunset {
color: #c18a8a;
}
.honey-beehive {
color: #d2a05b;
}
.almond-butter {
color: #d7c6a8;
}
.minuet {
color: #a5b7cf;
}
.aegean-sea {
color: #4d8fa3;
}
/* CSS Variables */
:root {
--grand-sunset:#c18a8a;
--honey-beehive:#d2a05b;
--almond-butter:#d7c6a8;
--minuet:#a5b7cf;
--aegean-sea:#4d8fa3;
}