Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8df;
}
.terrace-pool {
color: #a3d6e0;
}
.january-dawn {
color: #e0e3e6;
}
.english-hollyhock {
color: #b5c8d4;
}
.post-boy {
color: #789bab;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8df;
--terrace-pool:#a3d6e0;
--january-dawn:#e0e3e6;
--english-hollyhock:#b5c8d4;
--post-boy:#789bab;
}