Sampo Color Palette
Discover the beautiful Sampo color palette featuring supernova (#f5c400), orange peel (#e6a100), mango tango (#d68b00), indochine (#c27400) and rose of sharon (#b35f00).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sampo palette
💻 Sampo color palette CSS
/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #e6a100;
}
.color-3 {
color: #d68b00;
}
.color-4 {
color: #c27400;
}
.color-5 {
color: #b35f00;
}
/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #e6a100;
--color-3: #d68b00;
--color-4: #c27400;
--color-5: #b35f00;
}
🌈 Sampo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #e6a100, #d68b00, #c27400, #b35f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #e6a100, #d68b00, #c27400, #b35f00);
}
🔗 Explore similar color palettes
Sampo color palette created on .