Color names in this palette
CSS code for this palette
/* CSS */
.chill-of-the-night {
color: #1f6f8e;
}
.lake-tahoe-turquoise {
color: #3bb1b5;
}
.downy {
color: #6ed4c3;
}
.french-vanilla {
color: #f1e2a7;
}
.rajah {
color: #f9a85d;
}
/* CSS Variables */
:root {
--chill-of-the-night:#1f6f8e;
--lake-tahoe-turquoise:#3bb1b5;
--downy:#6ed4c3;
--french-vanilla:#f1e2a7;
--rajah:#f9a85d;
}