Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1e2a4d;
}
.delft {
color: #3d5a8a;
}
.polished-aqua {
color: #79bebb;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--rurikon-blue:#1e2a4d;
--delft:#3d5a8a;
--polished-aqua:#79bebb;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}