Color names in this palette
CSS code for this palette
/* CSS */
.pink-bliss {
color: #e0a9d3;
}
.pink-mimosa {
color: #f4b9a9;
}
.oriole-yellow {
color: #f2d673;
}
.eerie-glow {
color: #a6d8b9;
}
.greek-sea {
color: #6da5e8;
}
/* CSS Variables */
:root {
--pink-bliss:#e0a9d3;
--pink-mimosa:#f4b9a9;
--oriole-yellow:#f2d673;
--eerie-glow:#a6d8b9;
--greek-sea:#6da5e8;
}