Color names in this palette
CSS code for this palette
/* CSS */
.harrow-s-gate {
color: #7c8d92;
}
.morning-dew-white {
color: #c4d9d6;
}
.cloud {
color: #e4f1f0;
}
.sandy-bay {
color: #f9d6b4;
}
.flower-blossom-pink {
color: #f57a8b;
}
/* CSS Variables */
:root {
--harrow-s-gate:#7c8d92;
--morning-dew-white:#c4d9d6;
--cloud:#e4f1f0;
--sandy-bay:#f9d6b4;
--flower-blossom-pink:#f57a8b;
}