Color names in this palette
CSS code for this palette
/* CSS */
.holiday-blue {
color: #2ec2d6;
}
.turquoise-sea {
color: #68e2e8;
}
.mint-macaron {
color: #aaf0f3;
}
.durango-dust {
color: #f9e19f;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--holiday-blue:#2ec2d6;
--turquoise-sea:#68e2e8;
--mint-macaron:#aaf0f3;
--durango-dust:#f9e19f;
--pompelmo:#ff6b6b;
}