Color names in this palette
CSS code for this palette
/* CSS */
.celestial-light {
color: #c5dae8;
}
.template {
color: #a8c8e1;
}
.regale-blue {
color: #7db7d4;
}
.dupain {
color: #5ea3ba;
}
.seachange {
color: #3b8b9b;
}
/* CSS Variables */
:root {
--celestial-light:#c5dae8;
--template:#a8c8e1;
--regale-blue:#7db7d4;
--dupain:#5ea3ba;
--seachange:#3b8b9b;
}