Color names in this palette
CSS code for this palette
/* CSS */
.mystic-blue {
color: #4dabd1;
}
.clean-pool {
color: #5ac6e7;
}
.deep-aquamarine {
color: #78d4e2;
}
.vandermint {
color: #a9e0e5;
}
.delicate-lace {
color: #f2e6d4;
}
/* CSS Variables */
:root {
--mystic-blue:#4dabd1;
--clean-pool:#5ac6e7;
--deep-aquamarine:#78d4e2;
--vandermint:#a9e0e5;
--delicate-lace:#f2e6d4;
}