Color names in this palette
CSS code for this palette
/* CSS */
.rose-stain {
color: #d4b9b9;
}
.hydrangea-bouquet {
color: #c9a6a6;
}
.surf {
color: #b9d4b9;
}
.thrush-egg {
color: #a6b9a6;
}
.otter-creek {
color: #3c5d5d;
}
/* CSS Variables */
:root {
--rose-stain:#d4b9b9;
--hydrangea-bouquet:#c9a6a6;
--surf:#b9d4b9;
--thrush-egg:#a6b9a6;
--otter-creek:#3c5d5d;
}