Ky Color Palette
Discover the beautiful Ky color palette featuring manhattan (#f7c6a6), cape honey (#fddda5), wheat (#f6e3b1), moss green (#a7d7b8) and smalt blue (#4b8b8b).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Ky palette
๐ป Ky color palette CSS
/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #fddda5;
}
.color-3 {
color: #f6e3b1;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #4b8b8b;
}
/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #fddda5;
--color-3: #f6e3b1;
--color-4: #a7d7b8;
--color-5: #4b8b8b;
} ๐ Ky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #fddda5, #f6e3b1, #a7d7b8, #4b8b8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #fddda5, #f6e3b1, #a7d7b8, #4b8b8b);
} ๐ Explore similar color palettes
Ky color palette created on .