Sunshine Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunshine Embrace palette

Share this palette to:

Sunshine Embrace color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f5e000;
}
.color-4 {
color: #fafa00;
}
.color-5 {
color: #d1e9c8;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5c400;
--color-3: #f5e000;
--color-4: #fafa00;
--color-5: #d1e9c8;
}

Sunshine Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5c400, #f5e000, #fafa00, #d1e9c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5c400, #f5e000, #fafa00, #d1e9c8);
}

Sunshine Embrace color palette created on .