Serene Vibrations Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Vibrations palette

Condividi questa palette a:

tavolozza dei colori Serene Vibrations 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;
}

CSS con gradiente di sfondo Serene Vibrations

/* 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 .