Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.drunken-dragonfly {
color: #3ddb8c;
}
.dandelion-yellow {
color: #f6d43c;
}
.pompelmo {
color: #ff6b6b;
}
.rich-lavender {
color: #a86dd0;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--drunken-dragonfly:#3ddb8c;
--dandelion-yellow:#f6d43c;
--pompelmo:#ff6b6b;
--rich-lavender:#a86dd0;
}