Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.zamesi-desert {
color: #e0a424;
}
.yellow-petal {
color: #f2e450;
}
.young-bamboo {
color: #6dba8b;
}
.neptune-blue {
color: #2a5e9d;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--zamesi-desert:#e0a424;
--yellow-petal:#f2e450;
--young-bamboo:#6dba8b;
--neptune-blue:#2a5e9d;
}