Dark Pastel Color Palette

Discover the beautiful Dark Pastel color palette featuring gothic (#698e9b), ziggurat (#b0d4d9), dawn pink (#f1e4e4), wheat (#f7d5b6) and rose fog (#e5b4b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pastel, Soft, Blue, Coral, Cream, Summer, Vibrant, Light 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 Dark Pastel palette

Share this palette to:

💻 Dark Pastel color palette CSS

/* CSS */
.color-1 {
color: #698e9b;
}
.color-2 {
color: #b0d4d9;
}
.color-3 {
color: #f1e4e4;
}
.color-4 {
color: #f7d5b6;
}
.color-5 {
color: #e5b4b3;
}

/* CSS Variables */
:root {
--color-1: #698e9b;
--color-2: #b0d4d9;
--color-3: #f1e4e4;
--color-4: #f7d5b6;
--color-5: #e5b4b3;
}

🌈 Dark Pastel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698e9b, #b0d4d9, #f1e4e4, #f7d5b6, #e5b4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698e9b, #b0d4d9, #f1e4e4, #f7d5b6, #e5b4b3);
}

Dark Pastel color palette created on .