Kobi Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kobi palette
Kobi color palette PNG image
Kobi color palette CSS
/* CSS */
.color-1 {
color: #d590bd;
}
.color-2 {
color: #e2a2d8;
}
.color-3 {
color: #f0b2df;
}
.color-4 {
color: #f4bee1;
}
.color-5 {
color: #f6d5e5;
}
/* CSS Variables */
:root {
--color-1: #d590bd;
--color-2: #e2a2d8;
--color-3: #f0b2df;
--color-4: #f4bee1;
--color-5: #f6d5e5;
}
Kobi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d590bd, #e2a2d8, #f0b2df, #f4bee1, #f6d5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d590bd, #e2a2d8, #f0b2df, #f4bee1, #f6d5e5);
}
Similar color palettes
Kobi color palette created on .