Color names in this palette
CSS code for this palette
/* CSS */
.gunj-blue {
color: #5b8aae;
}
.bel-air-blue {
color: #7e9abe;
}
.corydalis-blue {
color: #a4c7d6;
}
.hush-puppy {
color: #e5b09a;
}
.york-pink {
color: #d68080;
}
/* CSS Variables */
:root {
--gunj-blue:#5b8aae;
--bel-air-blue:#7e9abe;
--corydalis-blue:#a4c7d6;
--hush-puppy:#e5b09a;
--york-pink:#d68080;
}