Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e0a3c8;
}
.siesta {
color: #efc4a4;
}
.tamale-maize {
color: #f6e7b6;
}
.lime-lizard {
color: #a3d55d;
}
.blue-gourami {
color: #6a9dd7;
}
/* CSS Variables */
:root {
--prettiest-pink:#e0a3c8;
--siesta:#efc4a4;
--tamale-maize:#f6e7b6;
--lime-lizard:#a3d55d;
--blue-gourami:#6a9dd7;
}