Serene Awakening Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Awakening palette

Condividi questa palette a:

tavolozza dei colori Serene Awakening CSS

/* CSS */
.color-1 {
color: #9ee5e2;
}
.color-2 {
color: #a6d9d4;
}
.color-3 {
color: #a7c8c6;
}
.color-4 {
color: #b5e1e3;
}
.color-5 {
color: #d2f4f2;
}

/* CSS Variables */
:root {
--color-1: #9ee5e2;
--color-2: #a6d9d4;
--color-3: #a7c8c6;
--color-4: #b5e1e3;
--color-5: #d2f4f2;
}

CSS con gradiente di sfondo Serene Awakening

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ee5e2, #a6d9d4, #a7c8c6, #b5e1e3, #d2f4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ee5e2, #a6d9d4, #a7c8c6, #b5e1e3, #d2f4f2);
}

Serene Awakening color palette created on .