Sunlit Skin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Skin palette
Sunlit Skin color palette PNG image
Sunlit Skin color palette CSS
/* CSS */
.color-1 {
color: #f8d0a0;
}
.color-2 {
color: #f5caad;
}
.color-3 {
color: #f2b5c7;
}
.color-4 {
color: #e8a6d7;
}
.color-5 {
color: #e4b5a0;
}
/* CSS Variables */
:root {
--color-1: #f8d0a0;
--color-2: #f5caad;
--color-3: #f2b5c7;
--color-4: #e8a6d7;
--color-5: #e4b5a0;
}
Sunlit Skin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d0a0, #f5caad, #f2b5c7, #e8a6d7, #e4b5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d0a0, #f5caad, #f2b5c7, #e8a6d7, #e4b5a0);
}
Similar color palettes
Sunlit Skin color palette created on .