Color names in this palette
CSS code for this palette
/* CSS */
.flame-seal {
color: #f3e658;
}
.golden-hour {
color: #f3b558;
}
.adventure-island-pink {
color: #f37a58;
}
.camellia {
color: #f36a58;
}
.oleander-pink {
color: #f35896;
}
/* CSS Variables */
:root {
--flame-seal:#f3e658;
--golden-hour:#f3b558;
--adventure-island-pink:#f37a58;
--camellia:#f36a58;
--oleander-pink:#f35896;
}