Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f988c;
}
.westfall-yellow {
color: #f8d34f;
}
.royal-blush {
color: #ef6e57;
}
.pink-heath {
color: #f3b9e1;
}
.pure-mauve {
color: #6d5091;
}
/* CSS Variables */
:root {
--ocean-liner:#1f988c;
--westfall-yellow:#f8d34f;
--royal-blush:#ef6e57;
--pink-heath:#f3b9e1;
--pure-mauve:#6d5091;
}