Color names in this palette
CSS code for this palette
/* CSS */
.middle-blue {
color: #7acdeb;
}
.eucalipto {
color: #4cc2a6;
}
.mocha-dandelion {
color: #f2d86e;
}
.florida-sunrise {
color: #f6aa6f;
}
.blush-d-amour {
color: #e05c7d;
}
/* CSS Variables */
:root {
--middle-blue:#7acdeb;
--eucalipto:#4cc2a6;
--mocha-dandelion:#f2d86e;
--florida-sunrise:#f6aa6f;
--blush-d-amour:#e05c7d;
}