Warm Marleńe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Marleńe palette

Share this palette to:

Warm Marleńe color palette CSS

/* CSS */
.color-1 {
color: #f6a2a8;
}
.color-2 {
color: #fbae56;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #a4d6a4;
}
.color-5 {
color: #6d9fd5;
}

/* CSS Variables */
:root {
--color-1: #f6a2a8;
--color-2: #fbae56;
--color-3: #f9d86c;
--color-4: #a4d6a4;
--color-5: #6d9fd5;
}

Warm Marleńe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a8, #fbae56, #f9d86c, #a4d6a4, #6d9fd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a8, #fbae56, #f9d86c, #a4d6a4, #6d9fd5);
}

Warm Marleńe color palette created on .