Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1d4d6d;
}
.hippie-blue {
color: #4a8b96;
}
.corydalis-blue {
color: #a1c7d9;
}
.almost-pink {
color: #f0e4db;
}
.tawny-orange {
color: #d4806e;
}
/* CSS Variables */
:root {
--seafarer:#1d4d6d;
--hippie-blue:#4a8b96;
--corydalis-blue:#a1c7d9;
--almost-pink:#f0e4db;
--tawny-orange:#d4806e;
}