Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.blush-hour {
color: #ff7092;
}
.french-rose {
color: #ff4d8b;
}
.greenivorous {
color: #c6e538;
}
.panorama {
color: #2d7b8b;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--blush-hour:#ff7092;
--french-rose:#ff4d8b;
--greenivorous:#c6e538;
--panorama:#2d7b8b;
}