Color names in this palette
CSS code for this palette
/* CSS */
.stormy-ridge {
color: #4d7a99;
}
.mint-cold-green {
color: #6ebf9f;
}
.flowering-cactus {
color: #9fd6c1;
}
.gold-sand {
color: #f8e7aa;
}
.candlelight-peach {
color: #f9a79f;
}
/* CSS Variables */
:root {
--stormy-ridge:#4d7a99;
--mint-cold-green:#6ebf9f;
--flowering-cactus:#9fd6c1;
--gold-sand:#f8e7aa;
--candlelight-peach:#f9a79f;
}