Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.raftsman {
color: #3b5d9b;
}
.cocktail-blue {
color: #5c7da3;
}
.ebbtide {
color: #85b3c1;
}
.peach-patch {
color: #f2d6a1;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--raftsman:#3b5d9b;
--cocktail-blue:#5c7da3;
--ebbtide:#85b3c1;
--peach-patch:#f2d6a1;
}