Whispers of Aokigahara Color Palette
Discover the beautiful Whispers of Aokigahara color palette featuring nile blue (#193d4d), smalt blue (#4f8c8b), gulf stream (#79b4aa), aqua island (#a8e1d2) and aqua haze (#e8f3f0).
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 Whispers of Aokigahara palette
💻 Whispers of Aokigahara color palette CSS
/* CSS */
.color-1 {
color: #193d4d;
}
.color-2 {
color: #4f8c8b;
}
.color-3 {
color: #79b4aa;
}
.color-4 {
color: #a8e1d2;
}
.color-5 {
color: #e8f3f0;
}
/* CSS Variables */
:root {
--color-1: #193d4d;
--color-2: #4f8c8b;
--color-3: #79b4aa;
--color-4: #a8e1d2;
--color-5: #e8f3f0;
} 🌈 Whispers of Aokigahara background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #193d4d, #4f8c8b, #79b4aa, #a8e1d2, #e8f3f0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #193d4d, #4f8c8b, #79b4aa, #a8e1d2, #e8f3f0);
} 🔗 Explore similar color palettes
Whispers of Aokigahara color palette created on .