Serene Drift Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Drift palette

Share this palette to:

Serene Drift color palette CSS

/* CSS */
.color-1 {
color: #5b8b89;
}
.color-2 {
color: #a2c3c3;
}
.color-3 {
color: #e3b8a1;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #d34d3c;
}

/* CSS Variables */
:root {
--color-1: #5b8b89;
--color-2: #a2c3c3;
--color-3: #e3b8a1;
--color-4: #ffb84d;
--color-5: #d34d3c;
}

Serene Drift background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b89, #a2c3c3, #e3b8a1, #ffb84d, #d34d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b89, #a2c3c3, #e3b8a1, #ffb84d, #d34d3c);
}

Serene Drift color palette created on .