Color names in this palette
CSS code for this palette
/* CSS */
.channel {
color: #f1c4c0;
}
.calabrese {
color: #f5a7a3;
}
.vinaceous-cinnamon {
color: #f78d88;
}
.rustique {
color: #f6c0b1;
}
.dandelion-whisper {
color: #fdf2b4;
}
/* CSS Variables */
:root {
--channel:#f1c4c0;
--calabrese:#f5a7a3;
--vinaceous-cinnamon:#f78d88;
--rustique:#f6c0b1;
--dandelion-whisper:#fdf2b4;
}