Color names in this palette
CSS code for this palette
/* CSS */
.mountain-fig {
color: #3a3b4a;
}
.carbon-footprint {
color: #7d7e8c;
}
.lavender-honor {
color: #c1c2d2;
}
.sunbeam-yellow {
color: #f0d39e;
}
.dried-goldenrod {
color: #e3a92b;
}
/* CSS Variables */
:root {
--mountain-fig:#3a3b4a;
--carbon-footprint:#7d7e8c;
--lavender-honor:#c1c2d2;
--sunbeam-yellow:#f0d39e;
--dried-goldenrod:#e3a92b;
}