Color names in this palette
CSS code for this palette
/* CSS */
.mystic-blue {
color: #4dabd1;
}
.walker-lake {
color: #3c8bb9;
}
.deep-water {
color: #2c709b;
}
.cakepop-sorbet {
color: #f8c749;
}
.sour-cherry {
color: #e54a38;
}
/* CSS Variables */
:root {
--mystic-blue:#4dabd1;
--walker-lake:#3c8bb9;
--deep-water:#2c709b;
--cakepop-sorbet:#f8c749;
--sour-cherry:#e54a38;
}