Color names in this palette
CSS code for this palette
/* CSS */
.xanthous {
color: #f3b530;
}
.majestic-treasures {
color: #f3e7a5;
}
.diamond-white {
color: #e0f0f5;
}
.mediterranean-charm {
color: #9ed1eb;
}
.blue-iguana {
color: #519cc8;
}
/* CSS Variables */
:root {
--xanthous:#f3b530;
--majestic-treasures:#f3e7a5;
--diamond-white:#e0f0f5;
--mediterranean-charm:#9ed1eb;
--blue-iguana:#519cc8;
}