Color names in this palette
CSS code for this palette
/* CSS */
.middle-blue {
color: #79d2e2;
}
.overtone {
color: #a4e5b7;
}
.storm-lightning {
color: #f9e89f;
}
.rubber-radish {
color: #ff9e9e;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--middle-blue:#79d2e2;
--overtone:#a4e5b7;
--storm-lightning:#f9e89f;
--rubber-radish:#ff9e9e;
--blush-hour:#ff7092;
}