Ky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ky palette

Share this palette to:

Ky color palette PNG image

Download ky color palette PNG image (landscape)
Download ky color palette PNG image (square)

Ky color palette CSS

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #fddda5;
}
.color-3 {
color: #f6e2b1;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #4b8b8b;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #fddda5;
--color-3: #f6e2b1;
--color-4: #a7d7b8;
--color-5: #4b8b8b;
}

Ky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #fddda5, #f6e2b1, #a7d7b8, #4b8b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #fddda5, #f6e2b1, #a7d7b8, #4b8b8b);
}

Ky color palette created on .