Color names in this palette
CSS code for this palette
/* CSS */
.kerr-s-pink-potato {
color: #b57381;
}
.gizmo {
color: #d2a3b9;
}
.dreamy-memory {
color: #e8bfd8;
}
.dreamsicle {
color: #f5d4c2;
}
.forgotten-sunset {
color: #fdd4af;
}
/* CSS Variables */
:root {
--kerr-s-pink-potato:#b57381;
--gizmo:#d2a3b9;
--dreamy-memory:#e8bfd8;
--dreamsicle:#f5d4c2;
--forgotten-sunset:#fdd4af;
}