Smiles in Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Smiles in Bloom palette

Share this palette to:

Smiles in Bloom color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d5a96d;
}
.color-3 {
color: #f2b8a1;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #6ec1e7;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d5a96d;
--color-3: #f2b8a1;
--color-4: #a8d3e1;
--color-5: #6ec1e7;
}

Smiles in Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d5a96d, #f2b8a1, #a8d3e1, #6ec1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d5a96d, #f2b8a1, #a8d3e1, #6ec1e7);
}

Smiles in Bloom color palette created on .