Color names in this palette
CSS code for this palette
/* CSS */
.black-feather {
color: #0e1b25;
}
.snap-shot {
color: #2b3d50;
}
.azalea-leaf {
color: #4b6572;
}
.terrace-pool {
color: #a3d6e0;
}
.sherbet-fruit {
color: #f9c7b9;
}
/* CSS Variables */
:root {
--black-feather:#0e1b25;
--snap-shot:#2b3d50;
--azalea-leaf:#4b6572;
--terrace-pool:#a3d6e0;
--sherbet-fruit:#f9c7b9;
}