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