Color names in this palette
CSS code for this palette
/* CSS */
.aristocratic-pink {
color: #e1a8c9;
}
.i-pink-i-can {
color: #d1808c;
}
.vibrant-red {
color: #c24c68;
}
.fly-away {
color: #80aff9;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--aristocratic-pink:#e1a8c9;
--i-pink-i-can:#d1808c;
--vibrant-red:#c24c68;
--fly-away:#80aff9;
--peaceful-river:#4a9cd3;
}