Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.raftsman {
color: #3a5e9c;
}
.water-baby {
color: #5eb4c9;
}
.yellow-petal {
color: #efe54d;
}
.smoked-salmon {
color: #f68174;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--raftsman:#3a5e9c;
--water-baby:#5eb4c9;
--yellow-petal:#efe54d;
--smoked-salmon:#f68174;
}