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