Yoru Color Palette
Discover the beautiful Yoru color palette featuring lucky point (#1f1b79), chambray (#3b3c8c), waikawa gray (#5b5c9a), wild blue yonder (#8f8fbd) and periwinkle gray (#c1c3e6).
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 Yoru palette
💻 Yoru color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3b3c8c;
}
.color-3 {
color: #5b5c9a;
}
.color-4 {
color: #8f8fbd;
}
.color-5 {
color: #c1c3e6;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b3c8c;
--color-3: #5b5c9a;
--color-4: #8f8fbd;
--color-5: #c1c3e6;
}
🌈 Yoru background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b3c8c, #5b5c9a, #8f8fbd, #c1c3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b3c8c, #5b5c9a, #8f8fbd, #c1c3e6);
}
🔗 Explore similar color palettes
Yoru color palette created on .