Yume Nikki Color Palette
Discover the beautiful Yume Nikki color palette featuring smalt blue (#4b8b8b), aqua island (#a1d9d9), peppermint (#e3f7e3), wewak (#f6a2a2) and sunglo (#e26e6e).
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 Yume Nikki palette
💻 Yume Nikki color palette CSS
/* CSS */
.color-1 {
color: #4b8b8b;
}
.color-2 {
color: #a1d9d9;
}
.color-3 {
color: #e3f7e3;
}
.color-4 {
color: #f6a2a2;
}
.color-5 {
color: #e26e6e;
}
/* CSS Variables */
:root {
--color-1: #4b8b8b;
--color-2: #a1d9d9;
--color-3: #e3f7e3;
--color-4: #f6a2a2;
--color-5: #e26e6e;
} 🌈 Yume Nikki background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8b8b, #a1d9d9, #e3f7e3, #f6a2a2, #e26e6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8b8b, #a1d9d9, #e3f7e3, #f6a2a2, #e26e6e);
} 🔗 Explore similar color palettes
Yume Nikki color palette created on .