Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6b;
}
.blue-chill {
color: #3a8c8d;
}
.peppermint-fresh {
color: #69bf9a;
}
.alesan {
color: #f1c0a7;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6b;
--blue-chill:#3a8c8d;
--peppermint-fresh:#69bf9a;
--alesan:#f1c0a7;
--sun-orange:#f47b1f;
}