Bright Skin Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Skin Tones palette
Download Bright Skin Tones Color Palette (PNG)
Bright Skin Tones color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8e8a;
}
.color-3 {
color: #ffb69e;
}
.color-4 {
color: #ffe0d1;
}
.color-5 {
color: #fff7f5;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8e8a;
--color-3: #ffb69e;
--color-4: #ffe0d1;
--color-5: #fff7f5;
}
Bright Skin Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8e8a, #ffb69e, #ffe0d1, #fff7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8e8a, #ffb69e, #ffe0d1, #fff7f5);
}
Similar color palettes
Bright Skin Tones color palette created on .