Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4b6c8b;
}
.dresden-dream {
color: #8da8b9;
}
.misty-coast {
color: #d6d9d3;
}
.xanthous {
color: #f2b02c;
}
.orange-gluttony {
color: #e97b20;
}
/* CSS Variables */
:root {
--revel-blue:#4b6c8b;
--dresden-dream:#8da8b9;
--misty-coast:#d6d9d3;
--xanthous:#f2b02c;
--orange-gluttony:#e97b20;
}