Sunbeam Lotus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunbeam Lotus palette

Share this palette to:

Sunbeam Lotus color palette PNG image

Download sunbeam lotus color palette PNG image (landscape)
Download sunbeam lotus color palette PNG image (square)

Sunbeam Lotus color palette CSS

/* CSS */
.color-1 {
color: #f7c750;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #e69d00;
}
.color-4 {
color: #c27800;
}
.color-5 {
color: #8f5d00;
}

/* CSS Variables */
:root {
--color-1: #f7c750;
--color-2: #f5a300;
--color-3: #e69d00;
--color-4: #c27800;
--color-5: #8f5d00;
}

Sunbeam Lotus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c750, #f5a300, #e69d00, #c27800, #8f5d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c750, #f5a300, #e69d00, #c27800, #8f5d00);
}

Sunbeam Lotus color palette created on .