Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4b8aaf;
}
.antigua-sand {
color: #85c3d1;
}
.ginger-peach {
color: #f9d29f;
}
.polished-gold {
color: #f1a655;
}
.red-arremer {
color: #e64c4c;
}
/* CSS Variables */
:root {
--atlantic-gull:#4b8aaf;
--antigua-sand:#85c3d1;
--ginger-peach:#f9d29f;
--polished-gold:#f1a655;
--red-arremer:#e64c4c;
}