Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.french-pass {
color: #a3d4e0;
}
.china-doll {
color: #f2e4d4;
}
.just-blush {
color: #f9b6a4;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--french-pass:#a3d4e0;
--china-doll:#f2e4d4;
--just-blush:#f9b6a4;
--breeze-of-chilli:#f76e6e;
}