Yoshiki Dreamscape Color Palette

Discover the beautiful Yoshiki Dreamscape color palette featuring moon raker (#e6bef4), moon raker (#ede2f8), black squeeze (#ecf3f8), sail (#bcddfb) and malibu (#80c5f9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Fun, Light, Pastel, Purple, Soft, Summer 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 Yoshiki Dreamscape palette

Share this palette to:

💻 Yoshiki Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #e6bef4;
}
.color-2 {
color: #ede2f8;
}
.color-3 {
color: #ecf3f8;
}
.color-4 {
color: #bcddfb;
}
.color-5 {
color: #80c5f9;
}

/* CSS Variables */
:root {
--color-1: #e6bef4;
--color-2: #ede2f8;
--color-3: #ecf3f8;
--color-4: #bcddfb;
--color-5: #80c5f9;
}

🌈 Yoshiki Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6bef4, #ede2f8, #ecf3f8, #bcddfb, #80c5f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6bef4, #ede2f8, #ecf3f8, #bcddfb, #80c5f9);
}

Yoshiki Dreamscape color palette created on .