Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.softsun {
color: #f6c941;
}
.breath-of-spring {
color: #e9e3a5;
}
.cloudy-valley {
color: #b0c6d8;
}
.stormy-ridge {
color: #4d7c99;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--softsun:#f6c941;
--breath-of-spring:#e9e3a5;
--cloudy-valley:#b0c6d8;
--stormy-ridge:#4d7c99;
}