Dreamy Kirbyland Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Kirbyland palette

Share this palette to:

Dreamy Kirbyland color palette CSS

/* CSS */
.color-1 {
color: #f9a9b1;
}
.color-2 {
color: #f4c29f;
}
.color-3 {
color: #f1e3b1;
}
.color-4 {
color: #b7e1c7;
}
.color-5 {
color: #a4d8f4;
}

/* CSS Variables */
:root {
--color-1: #f9a9b1;
--color-2: #f4c29f;
--color-3: #f1e3b1;
--color-4: #b7e1c7;
--color-5: #a4d8f4;
}

Dreamy Kirbyland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a9b1, #f4c29f, #f1e3b1, #b7e1c7, #a4d8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a9b1, #f4c29f, #f1e3b1, #b7e1c7, #a4d8f4);
}

Dreamy Kirbyland color palette created on .