Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1f9898;
}
.powder-blue {
color: #b1e0e7;
}
.old-flame {
color: #f5b7b2;
}
.adonis-rose-yellow {
color: #f3c14f;
}
.striking-purple {
color: #914b8d;
}
/* CSS Variables */
:root {
--sea-fantasy:#1f9898;
--powder-blue:#b1e0e7;
--old-flame:#f5b7b2;
--adonis-rose-yellow:#f3c14f;
--striking-purple:#914b8d;
}