Yuki Color Palette
Discover the beautiful Yuki color palette featuring zircon (#fbfdff), selago (#f3f7fe), zumthor (#e8f1fe), hawkes blue (#deeafd) and hawkes blue (#d8e6fd).
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 Yuki palette
💻 Yuki color palette CSS
/* CSS */
.color-1 {
color: #fbfdff;
}
.color-2 {
color: #f3f7fe;
}
.color-3 {
color: #e8f1fe;
}
.color-4 {
color: #deeafd;
}
.color-5 {
color: #d8e6fd;
}
/* CSS Variables */
:root {
--color-1: #fbfdff;
--color-2: #f3f7fe;
--color-3: #e8f1fe;
--color-4: #deeafd;
--color-5: #d8e6fd;
} 🌈 Yuki background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfdff, #f3f7fe, #e8f1fe, #deeafd, #d8e6fd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfdff, #f3f7fe, #e8f1fe, #deeafd, #d8e6fd);
} 🔗 Explore similar color palettes
Yuki color palette created on .