Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4b8caf;
}
.chill-of-the-night {
color: #1d6f90;
}
.canoe-blue {
color: #1f5070;
}
.violet-indigo {
color: #4b2d6c;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--atlantic-gull:#4b8caf;
--chill-of-the-night:#1d6f90;
--canoe-blue:#1f5070;
--violet-indigo:#4b2d6c;
--sunshine-mellow:#f1c40e;
}