Niel "Sophia" Pling Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Niel "Sophia" Pling palette
Niel "Sophia" Pling color palette CSS
/* CSS */
.color-1 {
color: #c6a1e3;
}
.color-2 {
color: #f5b2d6;
}
.color-3 {
color: #f8daa5;
}
.color-4 {
color: #e7b54b;
}
.color-5 {
color: #e77e8a;
}
/* CSS Variables */
:root {
--color-1: #c6a1e3;
--color-2: #f5b2d6;
--color-3: #f8daa5;
--color-4: #e7b54b;
--color-5: #e77e8a;
}
Niel "Sophia" Pling background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6a1e3, #f5b2d6, #f8daa5, #e7b54b, #e77e8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6a1e3, #f5b2d6, #f8daa5, #e7b54b, #e77e8a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Niel "Sophia" Pling color palette created on .