Color names in this palette
CSS code for this palette
/* CSS */
.majestic-treasures {
color: #f5e7a3;
}
.russet-green {
color: #e2d9a2;
}
.spring-hill {
color: #c6cbaf;
}
.over-the-moon {
color: #a9b8d6;
}
.tantalize {
color: #6b9ccc;
}
/* CSS Variables */
:root {
--majestic-treasures:#f5e7a3;
--russet-green:#e2d9a2;
--spring-hill:#c6cbaf;
--over-the-moon:#a9b8d6;
--tantalize:#6b9ccc;
}