Color names in this palette
CSS code for this palette
/* CSS */
.clouded-blue {
color: #1c74e9;
}
.joust-blue {
color: #50acf7;
}
.medium-sky-blue {
color: #79d5f1;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
.tinted-ice {
color: #cff4f7;
}
/* CSS Variables */
:root {
--clouded-blue:#1c74e9;
--joust-blue:#50acf7;
--medium-sky-blue:#79d5f1;
--atmospheric-soft-blue:#a8e2f0;
--tinted-ice:#cff4f7;
}