Color names in this palette
CSS code for this palette
/* CSS */
.vibrant {
color: #fbd24b;
}
.sandy-brown {
color: #f7a65e;
}
.burning-coals {
color: #f79c6e;
}
.rose-essence {
color: #f69988;
}
.pink-carnation {
color: #ef809e;
}
/* CSS Variables */
:root {
--vibrant:#fbd24b;
--sandy-brown:#f7a65e;
--burning-coals:#f79c6e;
--rose-essence:#f69988;
--pink-carnation:#ef809e;
}