Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.delicate-girl-blue {
color: #69b3c9;
}
.ocean-call {
color: #2d6a8b;
}
.capital-blue {
color: #1a3d56;
}
.black-feather {
color: #0b1f28;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--delicate-girl-blue:#69b3c9;
--ocean-call:#2d6a8b;
--capital-blue:#1a3d56;
--black-feather:#0b1f28;
}