Kylie Keller Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kylie Keller palette
Download Kylie Keller Color Palette (PNG)
Kylie Keller color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #d89b69;
}
.color-3 {
color: #f2d8b0;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #4b8a9b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #d89b69;
--color-3: #f2d8b0;
--color-4: #a8d3e1;
--color-5: #4b8a9b;
}
Kylie Keller background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #d89b69, #f2d8b0, #a8d3e1, #4b8a9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #d89b69, #f2d8b0, #a8d3e1, #4b8a9b);
}
Similar color palettes
Kylie Keller color palette created on .