Color names in this palette
CSS code for this palette
/* CSS */
.ocean-trip {
color: #5eaeba;
}
.whirlpool {
color: #a1d9cf;
}
.touching-white {
color: #f4e0d7;
}
.salmon-fresco {
color: #f9b19f;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--ocean-trip:#5eaeba;
--whirlpool:#a1d9cf;
--touching-white:#f4e0d7;
--salmon-fresco:#f9b19f;
--fiery-salmon:#f76969;
}