Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f3c4c6;
}
.rozowy-pink {
color: #f3a5b7;
}
.flower-blossom-pink {
color: #f27d89;
}
.dragon-fruit {
color: #d85a66;
}
.romantic-embers {
color: #b63e4e;
}
/* CSS Variables */
:root {
--english-rose:#f3c4c6;
--rozowy-pink:#f3a5b7;
--flower-blossom-pink:#f27d89;
--dragon-fruit:#d85a66;
--romantic-embers:#b63e4e;
}