Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.egyptian-violet {
color: #3d4b71;
}
.della-robbia-blue {
color: #7c9dcb;
}
.deep-fried-sun-rays {
color: #f6ca5a;
}
.red-clown {
color: #d93b36;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--egyptian-violet:#3d4b71;
--della-robbia-blue:#7c9dcb;
--deep-fried-sun-rays:#f6ca5a;
--red-clown:#d93b36;
}