Color names in this palette
CSS code for this palette
/* CSS */
.dusty-turquoise {
color: #5d8992;
}
.rest-assured {
color: #9cc2c9;
}
.uptown-taupe {
color: #f0e3d6;
}
.welcoming-wasp {
color: #f0a800;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--dusty-turquoise:#5d8992;
--rest-assured:#9cc2c9;
--uptown-taupe:#f0e3d6;
--welcoming-wasp:#f0a800;
--bruschetta-tomato:#ff6347;
}