Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f8cb4f;
}
.entan-red {
color: #f16c4b;
}
.medium-pink {
color: #f26393;
}
.diamonds-therapy {
color: #eae7e1;
}
.sea-serpent {
color: #4bc5d2;
}
/* CSS Variables */
:root {
--go-bananas:#f8cb4f;
--entan-red:#f16c4b;
--medium-pink:#f26393;
--diamonds-therapy:#eae7e1;
--sea-serpent:#4bc5d2;
}