CSS code for this palette
/* CSS */
.delft {
color: #3d5a8a;
}
.hippie-blue {
color: #4c8a9a;
}
.iced-aqua {
color: #a6d4d9;
}
.goldsmith {
color: #f0b14c;
}
.mandarin-rind {
color: #f1903b;
}
/* CSS Variables */
:root {
--delft:#3d5a8a;
--hippie-blue:#4c8a9a;
--iced-aqua:#a6d4d9;
--goldsmith:#f0b14c;
--mandarin-rind:#f1903b;
}