Kaz's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kaz's Dreamscape palette

Share this palette to:

Kaz's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f1a7c0;
}
.color-2 {
color: #f2d78c;
}
.color-3 {
color: #f4b75d;
}
.color-4 {
color: #e87a59;
}
.color-5 {
color: #b77feb;
}

/* CSS Variables */
:root {
--color-1: #f1a7c0;
--color-2: #f2d78c;
--color-3: #f4b75d;
--color-4: #e87a59;
--color-5: #b77feb;
}

Kaz's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c0, #f2d78c, #f4b75d, #e87a59, #b77feb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c0, #f2d78c, #f4b75d, #e87a59, #b77feb);
}

Kaz's Dreamscape color palette created on .