Color names in this palette
CSS code for this palette
/* CSS */
.rajah {
color: #f9a85d;
}
.optimistic-yellow {
color: #f4e1a4;
}
.middle-blue {
color: #7dd3e8;
}
.soothing-sapphire {
color: #2d85d2;
}
.lucid-dream {
color: #5b2c90;
}
/* CSS Variables */
:root {
--rajah:#f9a85d;
--optimistic-yellow:#f4e1a4;
--middle-blue:#7dd3e8;
--soothing-sapphire:#2d85d2;
--lucid-dream:#5b2c90;
}