Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.rose-mallow {
color: #f1a7c7;
}
.silver-rust {
color: #c4a4e5;
}
.terrace-pool {
color: #a3d8e1;
}
.silver-tree {
color: #69bf91;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--rose-mallow:#f1a7c7;
--silver-rust:#c4a4e5;
--terrace-pool:#a3d8e1;
--silver-tree:#69bf91;
}