Sickly Green Color Palette

Discover the beautiful Sickly Green color palette featuring conifer (#a3d55d), casablanca (#f7c94b), sunglo (#e26a6a), light orchid (#d68ac7) and turquoise blue (#6cc5e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Green, Pink, 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 Sickly Green palette

Share this palette to:

💻 Sickly Green color palette CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #e26a6a;
}
.color-4 {
color: #d68ac7;
}
.color-5 {
color: #6cc5e5;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f7c94b;
--color-3: #e26a6a;
--color-4: #d68ac7;
--color-5: #6cc5e5;
}

🌈 Sickly Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f7c94b, #e26a6a, #d68ac7, #6cc5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f7c94b, #e26a6a, #d68ac7, #6cc5e5);
}

Sickly Green color palette created on .