Trance of Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Trance of Serenity palette

Condividi questa palette a:

tavolozza dei colori Trance of Serenity CSS

/* CSS */
.color-1 {
color: #3b5e9b;
}
.color-2 {
color: #507e9b;
}
.color-3 {
color: #79b9b1;
}
.color-4 {
color: #a3d9a0;
}
.color-5 {
color: #f2e9a1;
}

/* CSS Variables */
:root {
--color-1: #3b5e9b;
--color-2: #507e9b;
--color-3: #79b9b1;
--color-4: #a3d9a0;
--color-5: #f2e9a1;
}

CSS con gradiente di sfondo Trance of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e9b, #507e9b, #79b9b1, #a3d9a0, #f2e9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e9b, #507e9b, #79b9b1, #a3d9a0, #f2e9a1);
}

Trance of Serenity color palette created on .