Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4d6d89;
}
.periwinkle-dusk {
color: #8c9fb1;
}
.blue-to-you {
color: #b9c2c6;
}
.indian-pale-ale {
color: #d6b629;
}
.peanut-butter-jelly {
color: #c94c26;
}
/* CSS Variables */
:root {
--revel-blue:#4d6d89;
--periwinkle-dusk:#8c9fb1;
--blue-to-you:#b9c2c6;
--indian-pale-ale:#d6b629;
--peanut-butter-jelly:#c94c26;
}