Haruka's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Haruka's Dreamscape palette

Share this palette to:

Download Haruka's Dreamscape Color Palette (PNG)

Download haruka's dreamscape color palette PNG image (landscape)
Download haruka's dreamscape color palette PNG image (square)

Haruka's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #6b8eff;
}
.color-2 {
color: #a8caff;
}
.color-3 {
color: #ffdaa3;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff3d5a;
}

/* CSS Variables */
:root {
--color-1: #6b8eff;
--color-2: #a8caff;
--color-3: #ffdaa3;
--color-4: #ff6e61;
--color-5: #ff3d5a;
}

Haruka's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8eff, #a8caff, #ffdaa3, #ff6e61, #ff3d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8eff, #a8caff, #ffdaa3, #ff6e61, #ff3d5a);
}

Haruka's Dreamscape color palette created on .