Color names in this palette
CSS code for this palette
/* CSS */
.minute-mauve {
color: #f1e2f8;
}
.italian-fitch {
color: #d2c8e5;
}
.high-style {
color: #a6b1d9;
}
.dusty-turquoise {
color: #5a8c8c;
}
.atlantic-tide {
color: #3e5c6f;
}
/* CSS Variables */
:root {
--minute-mauve:#f1e2f8;
--italian-fitch:#d2c8e5;
--high-style:#a6b1d9;
--dusty-turquoise:#5a8c8c;
--atlantic-tide:#3e5c6f;
}