Serene Disquiet Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Disquiet palette

Condividi questa palette a:

tavolozza dei colori Serene Disquiet CSS

/* CSS */
.color-1 {
color: #a6c9c2;
}
.color-2 {
color: #4b8b8b;
}
.color-3 {
color: #3d5c5c;
}
.color-4 {
color: #a45b8d;
}
.color-5 {
color: #d56f6c;
}

/* CSS Variables */
:root {
--color-1: #a6c9c2;
--color-2: #4b8b8b;
--color-3: #3d5c5c;
--color-4: #a45b8d;
--color-5: #d56f6c;
}

CSS con gradiente di sfondo Serene Disquiet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c9c2, #4b8b8b, #3d5c5c, #a45b8d, #d56f6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c9c2, #4b8b8b, #3d5c5c, #a45b8d, #d56f6c);
}

Serene Disquiet color palette created on .