Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-sloth {
color: #c7dde5;
}
.alpine-morning-blue {
color: #a5cad9;
}
.inner-sanctum {
color: #7ba3b2;
}
.night-owl {
color: #5d7a89;
}
.atlantic-tide {
color: #3e5c6f;
}
/* CSS Variables */
:root {
--light-blue-sloth:#c7dde5;
--alpine-morning-blue:#a5cad9;
--inner-sanctum:#7ba3b2;
--night-owl:#5d7a89;
--atlantic-tide:#3e5c6f;
}