Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.peaceful-river {
color: #4a9cd3;
}
.atmosphere {
color: #0096db;
}
.impulse {
color: #005a8a;
}
.bracing-blue {
color: #004080;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--peaceful-river:#4a9cd3;
--atmosphere:#0096db;
--impulse:#005a8a;
--bracing-blue:#004080;
}