Sakura Sunrise Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sakura Sunrise Dream palette

Share this palette to:

Sakura Sunrise Dream color palette CSS

/* CSS */
.color-1 {
color: #f4b943;
}
.color-2 {
color: #e7a55f;
}
.color-3 {
color: #d68d80;
}
.color-4 {
color: #b76ca3;
}
.color-5 {
color: #a15bb9;
}

/* CSS Variables */
:root {
--color-1: #f4b943;
--color-2: #e7a55f;
--color-3: #d68d80;
--color-4: #b76ca3;
--color-5: #a15bb9;
}

Sakura Sunrise Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b943, #e7a55f, #d68d80, #b76ca3, #a15bb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b943, #e7a55f, #d68d80, #b76ca3, #a15bb9);
}

Sakura Sunrise Dream color palette created on .