Minnieberg Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minnieberg Serenity palette

Share this palette to:

Minnieberg Serenity color palette CSS

/* CSS */
.color-1 {
color: #3e8cbb;
}
.color-2 {
color: #5cb6d6;
}
.color-3 {
color: #80d8e0;
}
.color-4 {
color: #adf59e;
}
.color-5 {
color: #f8e2a5;
}

/* CSS Variables */
:root {
--color-1: #3e8cbb;
--color-2: #5cb6d6;
--color-3: #80d8e0;
--color-4: #adf59e;
--color-5: #f8e2a5;
}

Minnieberg Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e8cbb, #5cb6d6, #80d8e0, #adf59e, #f8e2a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e8cbb, #5cb6d6, #80d8e0, #adf59e, #f8e2a5);
}

Minnieberg Serenity color palette created on .