Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3b6c91;
}
.eucalipto {
color: #50c3a8;
}
.roadster-yellow {
color: #f1e0a2;
}
.royal-blush {
color: #f26c54;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3b6c91;
--eucalipto:#50c3a8;
--roadster-yellow:#f1e0a2;
--royal-blush:#f26c54;
}