KYOHO Dreamscape Color Palette

Discover the beautiful KYOHO Dreamscape color palette featuring cranberry (#d75b8a), azalea (#f6cbd4), macaroni and cheese (#ffca7a), primrose (#f1eaa7) and laurel (#6a9a6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Fun, Pink, Spring 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 KYOHO Dreamscape palette

Share this palette to:

💻 KYOHO Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #d75b8a;
}
.color-2 {
color: #f6cbd4;
}
.color-3 {
color: #ffca7a;
}
.color-4 {
color: #f1eaa7;
}
.color-5 {
color: #6a9a6d;
}

/* CSS Variables */
:root {
--color-1: #d75b8a;
--color-2: #f6cbd4;
--color-3: #ffca7a;
--color-4: #f1eaa7;
--color-5: #6a9a6d;
}

🌈 KYOHO Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d75b8a, #f6cbd4, #ffca7a, #f1eaa7, #6a9a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d75b8a, #f6cbd4, #ffca7a, #f1eaa7, #6a9a6d);
}

KYOHO Dreamscape color palette created on .