Color names in this palette
CSS code for this palette
/* CSS */
.sky-grey {
color: #b7c2c1;
}
.mellowed-gold {
color: #e3aa4f;
}
.rusty-sword {
color: #a44a3d;
}
.whale-shark {
color: #5d7c8e;
}
.peach-damask {
color: #f9c6a9;
}
/* CSS Variables */
:root {
--sky-grey:#b7c2c1;
--mellowed-gold:#e3aa4f;
--rusty-sword:#a44a3d;
--whale-shark:#5d7c8e;
--peach-damask:#f9c6a9;
}