Color names in this palette
CSS code for this palette
/* CSS */
.royal-gold-pearl {
color: #d4a649;
}
.dapper-dingo {
color: #e5c39a;
}
.southern-belle {
color: #a8d6c5;
}
.rozowy-pink {
color: #f5a8b6;
}
.blush-d-amour {
color: #d95e85;
}
/* CSS Variables */
:root {
--royal-gold-pearl:#d4a649;
--dapper-dingo:#e5c39a;
--southern-belle:#a8d6c5;
--rozowy-pink:#f5a8b6;
--blush-d-amour:#d95e85;
}