Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1b91bb;
}
.lake-thun {
color: #3cc4dd;
}
.poseidon-jr {
color: #6cf9f2;
}
.not-yo-cheese {
color: #ffc02e;
}
.halt-and-catch-fire {
color: #ff6933;
}
/* CSS Variables */
:root {
--spa-dream:#1b91bb;
--lake-thun:#3cc4dd;
--poseidon-jr:#6cf9f2;
--not-yo-cheese:#ffc02e;
--halt-and-catch-fire:#ff6933;
}