Data Stream Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Data Stream Serenity palette

Share this palette to:

Data Stream Serenity color palette CSS

/* CSS */
.color-1 {
color: #1e7b4e;
}
.color-2 {
color: #29a847;
}
.color-3 {
color: #4ebc6d;
}
.color-4 {
color: #98e6b4;
}
.color-5 {
color: #d5f1e5;
}

/* CSS Variables */
:root {
--color-1: #1e7b4e;
--color-2: #29a847;
--color-3: #4ebc6d;
--color-4: #98e6b4;
--color-5: #d5f1e5;
}

Data Stream Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7b4e, #29a847, #4ebc6d, #98e6b4, #d5f1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7b4e, #29a847, #4ebc6d, #98e6b4, #d5f1e5);
}

Data Stream Serenity color palette created on .