Color names in this palette
CSS code for this palette
/* CSS */
.brink-pink {
color: #ff6181;
}
.charming-cherry {
color: #ff8fa3;
}
.candy-bar {
color: #ffb8d4;
}
.blizzard-blue {
color: #a0e3f3;
}
.sail-away {
color: #4eb7e4;
}
/* CSS Variables */
:root {
--brink-pink:#ff6181;
--charming-cherry:#ff8fa3;
--candy-bar:#ffb8d4;
--blizzard-blue:#a0e3f3;
--sail-away:#4eb7e4;
}