Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4b76;
}
.atlantic-gull {
color: #4e8db1;
}
.periwinkle-sky {
color: #8bb5d5;
}
.pink-icing {
color: #f0a3a8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4b76;
--atlantic-gull:#4e8db1;
--periwinkle-sky:#8bb5d5;
--pink-icing:#f0a3a8;
--creamy-sweet-corn:#f9c54e;
}