Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1e90be;
}
.viking {
color: #4fb3c4;
}
.island-oasis {
color: #8cd9d5;
}
.french-vanilla {
color: #f0e2a8;
}
.medium-vermilion {
color: #d95e36;
}
/* CSS Variables */
:root {
--spa-dream:#1e90be;
--viking:#4fb3c4;
--island-oasis:#8cd9d5;
--french-vanilla:#f0e2a8;
--medium-vermilion:#d95e36;
}