Color names in this palette
CSS code for this palette
/* CSS */
.out-of-the-blue {
color: #188dec;
}
.high-blue {
color: #4ab3e8;
}
.pool-tiles {
color: #8cd4f2;
}
.apricot-obsession {
color: #f6c2b6;
}
.hawaiian-passion {
color: #ff9b3d;
}
/* CSS Variables */
:root {
--out-of-the-blue:#188dec;
--high-blue:#4ab3e8;
--pool-tiles:#8cd4f2;
--apricot-obsession:#f6c2b6;
--hawaiian-passion:#ff9b3d;
}