Color names in this palette
CSS code for this palette
/* CSS */
.ocean-kiss {
color: #a4c2c6;
}
.seascape-green {
color: #b8e2e5;
}
.distant-horizon {
color: #f1f7f8;
}
.azalea-pink {
color: #f8c4c4;
}
.pink-slip {
color: #d48c8c;
}
/* CSS Variables */
:root {
--ocean-kiss:#a4c2c6;
--seascape-green:#b8e2e5;
--distant-horizon:#f1f7f8;
--azalea-pink:#f8c4c4;
--pink-slip:#d48c8c;
}