Silly Rat Color Palette

Discover the beautiful Silly Rat color palette featuring shilo (#e4afc4), manhattan (#f7c7ab), sidecar (#f2e9b5), deco (#c3e2a1) and cornflower (#8cc6e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Green, Light, Peach, Pink, Summer, Yellow 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 Silly Rat palette

Share this palette to:

💻 Silly Rat color palette CSS

/* CSS */
.color-1 {
color: #e4afc4;
}
.color-2 {
color: #f7c7ab;
}
.color-3 {
color: #f2e9b5;
}
.color-4 {
color: #c3e2a1;
}
.color-5 {
color: #8cc6e8;
}

/* CSS Variables */
:root {
--color-1: #e4afc4;
--color-2: #f7c7ab;
--color-3: #f2e9b5;
--color-4: #c3e2a1;
--color-5: #8cc6e8;
}

🌈 Silly Rat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4afc4, #f7c7ab, #f2e9b5, #c3e2a1, #8cc6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4afc4, #f7c7ab, #f2e9b5, #c3e2a1, #8cc6e8);
}

Silly Rat color palette created on .