Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4e;
}
.opal-flame {
color: #f15e4b;
}
.hawaiian-passion {
color: #f9a23e;
}
.flame-seal {
color: #f1e75b;
}
.clean-pool {
color: #5cc0eb;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4e;
--opal-flame:#f15e4b;
--hawaiian-passion:#f9a23e;
--flame-seal:#f1e75b;
--clean-pool:#5cc0eb;
}