Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3b6a8c;
}
.crystal-blue {
color: #6aa1b4;
}
.terrace-pool {
color: #a3d7e0;
}
.bellini {
color: #f6c9b1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3b6a8c;
--crystal-blue:#6aa1b4;
--terrace-pool:#a3d7e0;
--bellini:#f6c9b1;
}