Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1a4d6b;
}
.blue-chill {
color: #3a8a8d;
}
.faded-jeans {
color: #5ec0c5;
}
.aqua-fiesta {
color: #96e3e1;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
/* CSS Variables */
:root {
--seafarer:#1a4d6b;
--blue-chill:#3a8a8d;
--faded-jeans:#5ec0c5;
--aqua-fiesta:#96e3e1;
--zh-n-zh-b-i-pearl:#f6f8f9;
}