Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.blush-hour {
color: #ff7092;
}
.blood-burst {
color: #ff4d4f;
}
.cheerful-whisper {
color: #d6d7e6;
}
.island-light {
color: #a7c7e7;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--blush-hour:#ff7092;
--blood-burst:#ff4d4f;
--cheerful-whisper:#d6d7e6;
--island-light:#a7c7e7;
}