Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1abedb;
}
.blue-atoll {
color: #00b0e0;
}
.atmosphere {
color: #0096db;
}
.cg-blue {
color: #0078a3;
}
.impulse {
color: #005a8a;
}
/* CSS Variables */
:root {
--caribbean-blue:#1abedb;
--blue-atoll:#00b0e0;
--atmosphere:#0096db;
--cg-blue:#0078a3;
--impulse:#005a8a;
}