Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.shaded-sun {
color: #f6e9a7;
}
.green-trance {
color: #a4d7a3;
}
.blue-tourmaline {
color: #4d98d1;
}
.dive-in {
color: #3b4d87;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--shaded-sun:#f6e9a7;
--green-trance:#a4d7a3;
--blue-tourmaline:#4d98d1;
--dive-in:#3b4d87;
}