De York Delight Color Palette

Discover the beautiful De York Delight color palette featuring de york (#78c48f), chinook (#a6e0c4), padua (#baeac2), mandys pink (#f2c0b7) and bittersweet (#fc7167).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Green, Soft, Spring, Summer, Teal, Warm 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 De York Delight palette

Share this palette to:

💻 De York Delight color palette CSS

/* CSS */
.color-1 {
color: #78c48f;
}
.color-2 {
color: #a6e0c4;
}
.color-3 {
color: #baeac2;
}
.color-4 {
color: #f2c0b7;
}
.color-5 {
color: #fc7167;
}

/* CSS Variables */
:root {
--color-1: #78c48f;
--color-2: #a6e0c4;
--color-3: #baeac2;
--color-4: #f2c0b7;
--color-5: #fc7167;
}

🌈 De York Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c48f, #a6e0c4, #baeac2, #f2c0b7, #fc7167);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c48f, #a6e0c4, #baeac2, #f2c0b7, #fc7167);
}

De York Delight color palette created on .