Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e1;
}
.tulip {
color: #ff8a93;
}
.portland-orange {
color: #ff5938;
}
.yriel-yellow {
color: #ffdb57;
}
.snug-yellow {
color: #ffdb80;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e1;
--tulip:#ff8a93;
--portland-orange:#ff5938;
--yriel-yellow:#ffdb57;
--snug-yellow:#ffdb80;
}