Serene Vibrations Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Vibrations palette

Share this palette to:

Serene Vibrations color palette CSS

/* CSS */
.color-1 {
color: #4e8c8d;
}
.color-2 {
color: #7cc4c5;
}
.color-3 {
color: #a3dfe0;
}
.color-4 {
color: #f8c4c4;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #4e8c8d;
--color-2: #7cc4c5;
--color-3: #a3dfe0;
--color-4: #f8c4c4;
--color-5: #ff6b6b;
}

Serene Vibrations background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e8c8d, #7cc4c5, #a3dfe0, #f8c4c4, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e8c8d, #7cc4c5, #a3dfe0, #f8c4c4, #ff6b6b);
}

Serene Vibrations color palette created on .