Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f6b8a2;
}
.sandy-brown {
color: #f5a65c;
}
.sunny-mood {
color: #f6cb4c;
}
.lime-lizard {
color: #a3d55d;
}
.clean-pool {
color: #5ac9e7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f6b8a2;
--sandy-brown:#f5a65c;
--sunny-mood:#f6cb4c;
--lime-lizard:#a3d55d;
--clean-pool:#5ac9e7;
}