Serene Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Harmony palette

Condividi questa palette a:

tavolozza dei colori Serene Harmony CSS

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #7fd959;
}
.color-3 {
color: #f4d15d;
}
.color-4 {
color: #f27e2c;
}
.color-5 {
color: #e87d8d;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #7fd959;
--color-3: #f4d15d;
--color-4: #f27e2c;
--color-5: #e87d8d;
}

CSS con gradiente di sfondo Serene Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #7fd959, #f4d15d, #f27e2c, #e87d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #7fd959, #f4d15d, #f27e2c, #e87d8d);
}

Serene Harmony color palette created on .