Peachy Skin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Skin palette
Peachy Skin color palette CSS
/* CSS */
.color-1 {
color: #f0ba99;
}
.color-2 {
color: #ebaf89;
}
.color-3 {
color: #d59e7b;
}
.color-4 {
color: #c58f6d;
}
.color-5 {
color: #b07f5e;
}
/* CSS Variables */
:root {
--color-1: #f0ba99;
--color-2: #ebaf89;
--color-3: #d59e7b;
--color-4: #c58f6d;
--color-5: #b07f5e;
}
Peachy Skin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ba99, #ebaf89, #d59e7b, #c58f6d, #b07f5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ba99, #ebaf89, #d59e7b, #c58f6d, #b07f5e);
}
Similar color palettes
Peachy Skin color palette created on .