Color names in this palette
CSS code for this palette
/* CSS */
.orange-canyon {
color: #fdd0a5;
}
.blushing-apricot {
color: #f9bba4;
}
.vinaceous {
color: #f69c92;
}
.jellyfish-sting {
color: #f06a85;
}
.crushed-berries {
color: #d55d9b;
}
/* CSS Variables */
:root {
--orange-canyon:#fdd0a5;
--blushing-apricot:#f9bba4;
--vinaceous:#f69c92;
--jellyfish-sting:#f06a85;
--crushed-berries:#d55d9b;
}