Color names in this palette
CSS code for this palette
/* CSS */
.big-chill {
color: #80c7e5;
}
.crystal-seas {
color: #5cb0d1;
}
.curious-blue {
color: #3b8ab5;
}
.blues {
color: #2b6d9c;
}
.theatre-blue {
color: #1e4e7b;
}
/* CSS Variables */
:root {
--big-chill:#80c7e5;
--crystal-seas:#5cb0d1;
--curious-blue:#3b8ab5;
--blues:#2b6d9c;
--theatre-blue:#1e4e7b;
}