Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f7aaa1;
}
.citrus-sachet {
color: #f1c6a7;
}
.milk-punch {
color: #fef4d2;
}
.terrace-pool {
color: #a3d9e0;
}
.fate {
color: #6b9fc2;
}
/* CSS Variables */
:root {
--rosy-outlook:#f7aaa1;
--citrus-sachet:#f1c6a7;
--milk-punch:#fef4d2;
--terrace-pool:#a3d9e0;
--fate:#6b9fc2;
}