Serene Allure Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Allure palette

Share this palette to:

Serene Allure color palette CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f4c7a9;
}
.color-3 {
color: #a4dab4;
}
.color-4 {
color: #7ec6c9;
}
.color-5 {
color: #a2c7e7;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4c7a9;
--color-3: #a4dab4;
--color-4: #7ec6c9;
--color-5: #a2c7e7;
}

Serene Allure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4c7a9, #a4dab4, #7ec6c9, #a2c7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4c7a9, #a4dab4, #7ec6c9, #a2c7e7);
}

Serene Allure color palette created on .