Color names in this palette
CSS code for this palette
/* CSS */
.prime-blue {
color: #0062a3;
}
.atmosphere {
color: #0096db;
}
.capri {
color: #00bfff;
}
.lamiaceae {
color: #3dffdf;
}
.hiroshima-aquamarine {
color: #80ffd4;
}
/* CSS Variables */
:root {
--prime-blue:#0062a3;
--atmosphere:#0096db;
--capri:#00bfff;
--lamiaceae:#3dffdf;
--hiroshima-aquamarine:#80ffd4;
}