Color names in this palette
CSS code for this palette
/* CSS */
.congress-blue {
color: #02478d;
}
.bateau {
color: #1d6f9a;
}
.river-blue {
color: #3bb2c4;
}
.smooth-satin {
color: #a4d6d6;
}
.sauerkraut {
color: #f0e0b7;
}
/* CSS Variables */
:root {
--congress-blue:#02478d;
--bateau:#1d6f9a;
--river-blue:#3bb2c4;
--smooth-satin:#a4d6d6;
--sauerkraut:#f0e0b7;
}