Color names in this palette
CSS code for this palette
/* CSS */
.blue-intrigue {
color: #7d7d9b;
}
.cloudy-valley {
color: #b2c6d7;
}
.welcoming-wasp {
color: #f0a800;
}
.reductant {
color: #e45d58;
}
.blue-chill {
color: #3f8d8d;
}
/* CSS Variables */
:root {
--blue-intrigue:#7d7d9b;
--cloudy-valley:#b2c6d7;
--welcoming-wasp:#f0a800;
--reductant:#e45d58;
--blue-chill:#3f8d8d;
}