Color names in this palette
CSS code for this palette
/* CSS */
.sky-splash {
color: #c8d5d4;
}
.oyster-island {
color: #f0efe5;
}
.mystic-tulip {
color: #f9b39f;
}
.porcelain-rose {
color: #ef6c6c;
}
.spirit-warrior {
color: #d9513f;
}
/* CSS Variables */
:root {
--sky-splash:#c8d5d4;
--oyster-island:#f0efe5;
--mystic-tulip:#f9b39f;
--porcelain-rose:#ef6c6c;
--spirit-warrior:#d9513f;
}