Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e4c7b;
}
.atlantic-gull {
color: #4a91b5;
}
.atlantic-ocean {
color: #a4d6e5;
}
.mystic-tulip {
color: #f7b8a1;
}
.overjoy {
color: #f1c15b;
}
/* CSS Variables */
:root {
--theatre-blue:#1e4c7b;
--atlantic-gull:#4a91b5;
--atlantic-ocean:#a4d6e5;
--mystic-tulip:#f7b8a1;
--overjoy:#f1c15b;
}