Color names in this palette
CSS code for this palette
/* CSS */
.calm-interlude {
color: #a3b1d7;
}
.northern-sky {
color: #8eadcd;
}
.florida-turquoise {
color: #6bb8b0;
}
.ambrosial-oceanside {
color: #4baf9b;
}
.blue-chill {
color: #3e8a8e;
}
/* CSS Variables */
:root {
--calm-interlude:#a3b1d7;
--northern-sky:#8eadcd;
--florida-turquoise:#6bb8b0;
--ambrosial-oceanside:#4baf9b;
--blue-chill:#3e8a8e;
}