Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.windsurfing {
color: #3b6c97;
}
.harbour-sky {
color: #80b6d1;
}
.sugar-cookie {
color: #f2e5a1;
}
.candy-heart-pink {
color: #f6a4a2;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--windsurfing:#3b6c97;
--harbour-sky:#80b6d1;
--sugar-cookie:#f2e5a1;
--candy-heart-pink:#f6a4a2;
}