Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.revel-blue {
color: #4a6b8c;
}
.stillwater {
color: #6da3b0;
}
.terrace-pool {
color: #9fd6e0;
}
.samoan-sun {
color: #f5b942;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--revel-blue:#4a6b8c;
--stillwater:#6da3b0;
--terrace-pool:#9fd6e0;
--samoan-sun:#f5b942;
}