Color names in this palette
CSS code for this palette
/* CSS */
.surf-the-web {
color: #1f3c7a;
}
.scooter {
color: #2a8ca7;
}
.delicate-girl-blue {
color: #65b2c8;
}
.ethereal-green {
color: #f0e8c7;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--surf-the-web:#1f3c7a;
--scooter:#2a8ca7;
--delicate-girl-blue:#65b2c8;
--ethereal-green:#f0e8c7;
--apricot-glazed-chicken:#f5a524;
}