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