Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.avid-apricot {
color: #f4c79f;
}
.usubeni-red {
color: #f06a6a;
}
.royal-banner {
color: #c94a6c;
}
.searching-blue {
color: #697e9b;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--avid-apricot:#f4c79f;
--usubeni-red:#f06a6a;
--royal-banner:#c94a6c;
--searching-blue:#697e9b;
}