Zattana Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zattana palette
Color Inspiration
Images that showcase this color palette in real designs
Download Zattana Color Palette (PNG)
Zattana color palette CSS
/* CSS */
.color-1 {
color: #3f2c72;
}
.color-2 {
color: #7b5b9f;
}
.color-3 {
color: #b79fc6;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #3f2c72;
--color-2: #7b5b9f;
--color-3: #b79fc6;
--color-4: #f1b74b;
--color-5: #e77e23;
}
Zattana background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2c72, #7b5b9f, #b79fc6, #f1b74b, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2c72, #7b5b9f, #b79fc6, #f1b74b, #e77e23);
}
Similar color palettes
Zattana color palette created on .