Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.mystic-tulip {
color: #f7b5a1;
}
.pink-lady {
color: #f2d9b5;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--mystic-tulip:#f7b5a1;
--pink-lady:#f2d9b5;
--enjoyable-yellow:#f6d5a7;
--welcoming-wasp:#f0a800;
}