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