Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.heavenly-sky {
color: #6a93b4;
}
.ocean-call {
color: #2a6b8d;
}
.bright-midnight-blue {
color: #1d4a72;
}
.duskwood {
color: #0e3d58;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--heavenly-sky:#6a93b4;
--ocean-call:#2a6b8d;
--bright-midnight-blue:#1d4a72;
--duskwood:#0e3d58;
}