Color names in this palette
CSS code for this palette
/* CSS */
.dubarry {
color: #f25a67;
}
.first-date {
color: #f7afa1;
}
.autumn-wind {
color: #f9d2b4;
}
.common-dandelion {
color: #ffd65c;
}
.blue-dam {
color: #a1c6d4;
}
/* CSS Variables */
:root {
--dubarry:#f25a67;
--first-date:#f7afa1;
--autumn-wind:#f9d2b4;
--common-dandelion:#ffd65c;
--blue-dam:#a1c6d4;
}