Color names in this palette
CSS code for this palette
/* CSS */
.indian-pale-ale {
color: #d4c32b;
}
.kowloon {
color: #e0d55c;
}
.reviving-green {
color: #e9e29b;
}
.salmon-eggs {
color: #f2d75f;
}
.yellow-sea {
color: #f3a135;
}
/* CSS Variables */
:root {
--indian-pale-ale:#d4c32b;
--kowloon:#e0d55c;
--reviving-green:#e9e29b;
--salmon-eggs:#f2d75f;
--yellow-sea:#f3a135;
}