Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.zinnia-gold {
color: #ffd980;
}
.french-pass {
color: #a4d2df;
}
.yacht-blue {
color: #6998b5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--zinnia-gold:#ffd980;
--french-pass:#a4d2df;
--yacht-blue:#6998b5;
}