Serene Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Blossoms palette

Share this palette to:

Serene Blossoms color palette CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #fefaa9;
}
.color-4 {
color: #4da2a3;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #f7c6a6;
--color-3: #fefaa9;
--color-4: #4da2a3;
--color-5: #2a9d90;
}

Serene Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #f7c6a6, #fefaa9, #4da2a3, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #f7c6a6, #fefaa9, #4da2a3, #2a9d90);
}

Serene Blossoms color palette created on .