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