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