Color names in this palette
CSS code for this palette
/* CSS */
.tibetan-stone {
color: #77b5c0;
}
.french-pass {
color: #a3d5e0;
}
.peach-damask {
color: #f9c5a9;
}
.poppy-petal {
color: #f89c8b;
}
.khmer-curry {
color: #f05656;
}
/* CSS Variables */
:root {
--tibetan-stone:#77b5c0;
--french-pass:#a3d5e0;
--peach-damask:#f9c5a9;
--poppy-petal:#f89c8b;
--khmer-curry:#f05656;
}