Color names in this palette
CSS code for this palette
/* CSS */
.royal-blush {
color: #f76d55;
}
.blue-angels-yellow {
color: #fab700;
}
.dioptase-green {
color: #3d9e8c;
}
.crown-blue {
color: #4a4e68;
}
.midnight-express {
color: #22223a;
}
/* CSS Variables */
:root {
--royal-blush:#f76d55;
--blue-angels-yellow:#fab700;
--dioptase-green:#3d9e8c;
--crown-blue:#4a4e68;
--midnight-express:#22223a;
}