Sticky Note Color Palette
Discover the beautiful Sticky Note color palette featuring sandwisp (#f4e19f), fuel yellow (#f0b32d), orange peel (#f09c00), tangerine (#f58b00) and zest (#e57b1f).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withYellow, Bright, Fun, Orange, Light, Summer, Light Spring color palettes and combinations.
💡 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 Sticky Note palette
💻 Sticky Note color palette CSS
/* CSS */
.color-1 {
color: #f4e19f;
}
.color-2 {
color: #f0b32d;
}
.color-3 {
color: #f09c00;
}
.color-4 {
color: #f58b00;
}
.color-5 {
color: #e57b1f;
}
/* CSS Variables */
:root {
--color-1: #f4e19f;
--color-2: #f0b32d;
--color-3: #f09c00;
--color-4: #f58b00;
--color-5: #e57b1f;
} 🌈 Sticky Note background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e19f, #f0b32d, #f09c00, #f58b00, #e57b1f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e19f, #f0b32d, #f09c00, #f58b00, #e57b1f);
} 🔗 Explore similar color palettes
Sticky Note color palette created on .