Deep Radish Y2K Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Radish Y2K Green palette

Share this palette to:

Download Deep Radish Y2K Green Color Palette (PNG)

Download deep radish y2k green color palette PNG image (landscape)
Download deep radish y2k green color palette PNG image (square)

Deep Radish Y2K Green color palette CSS

/* CSS */
.color-1 {
color: #a2d9a1;
}
.color-2 {
color: #e1f2d4;
}
.color-3 {
color: #a2d2c1;
}
.color-4 {
color: #f8c8a0;
}
.color-5 {
color: #d96d6d;
}

/* CSS Variables */
:root {
--color-1: #a2d9a1;
--color-2: #e1f2d4;
--color-3: #a2d2c1;
--color-4: #f8c8a0;
--color-5: #d96d6d;
}

Deep Radish Y2K Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d9a1, #e1f2d4, #a2d2c1, #f8c8a0, #d96d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d9a1, #e1f2d4, #a2d2c1, #f8c8a0, #d96d6d);
}

Deep Radish Y2K Green color palette created on .