Sunny Ken Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Ken Dreams palette

Share this palette to:

Sunny Ken Dreams color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f8d77c;
}
.color-3 {
color: #f3b55e;
}
.color-4 {
color: #e0b05c;
}
.color-5 {
color: #9fd3df;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f8d77c;
--color-3: #f3b55e;
--color-4: #e0b05c;
--color-5: #9fd3df;
}

Sunny Ken Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f8d77c, #f3b55e, #e0b05c, #9fd3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f8d77c, #f3b55e, #e0b05c, #9fd3df);
}

Sunny Ken Dreams color palette created on .