Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.hint-of-honey {
color: #ffd56b;
}
.menthol-kiss {
color: #a1e3d5;
}
.throat-chakra {
color: #6ccfda;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--sharegaki-persimmon:#ff9f6b;
--hint-of-honey:#ffd56b;
--menthol-kiss:#a1e3d5;
--throat-chakra:#6ccfda;
}