Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.peach-pink {
color: #ff998a;
}
.fuzzy-navel {
color: #ffd59e;
}
.storm-lightning {
color: #f9e79f;
}
.frugal {
color: #a4d6b3;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--peach-pink:#ff998a;
--fuzzy-navel:#ffd59e;
--storm-lightning:#f9e79f;
--frugal:#a4d6b3;
}