Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #81b4c5;
}
.light-sky-babe {
color: #a1d2e3;
}
.la-paz-siesta {
color: #c1e4eb;
}
.distant-horizon {
color: #f0f8fa;
}
.coastal-breeze {
color: #e2f2f8;
}
/* CSS Variables */
:root {
--heavenly:#81b4c5;
--light-sky-babe:#a1d2e3;
--la-paz-siesta:#c1e4eb;
--distant-horizon:#f0f8fa;
--coastal-breeze:#e2f2f8;
}