Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #4a9cd3;
}
.clean-pool {
color: #5ac6e7;
}
.blizzard-blue {
color: #a1e1f2;
}
.mocha-dandelion {
color: #f2da6e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--peaceful-river:#4a9cd3;
--clean-pool:#5ac6e7;
--blizzard-blue:#a1e1f2;
--mocha-dandelion:#f2da6e;
--grapefruit-pulp:#ff6e61;
}