Color names in this palette
CSS code for this palette
/* CSS */
.whale-shark {
color: #5e7f8d;
}
.sky-splash {
color: #c8d5d4;
}
.barrett-quince {
color: #f6d1b1;
}
.passion-fruit-punch {
color: #e8a79b;
}
.persimmon-red {
color: #a54f4a;
}
/* CSS Variables */
:root {
--whale-shark:#5e7f8d;
--sky-splash:#c8d5d4;
--barrett-quince:#f6d1b1;
--passion-fruit-punch:#e8a79b;
--persimmon-red:#a54f4a;
}