Color names in this palette
CSS code for this palette
/* CSS */
.submerged {
color: #4d7f80;
}
.kingfisher-turquoise {
color: #7db5b5;
}
.frosty-soft-blue {
color: #b3dfdf;
}
.distant-horizon {
color: #f1f8f8;
}
.azalea-pink {
color: #f9c3c3;
}
/* CSS Variables */
:root {
--submerged:#4d7f80;
--kingfisher-turquoise:#7db5b5;
--frosty-soft-blue:#b3dfdf;
--distant-horizon:#f1f8f8;
--azalea-pink:#f9c3c3;
}