Serenity of Reflection Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenity of Reflection palette

Condividi questa palette a:

tavolozza dei colori Serenity of Reflection CSS

/* CSS */
.color-1 {
color: #e5a55d;
}
.color-2 {
color: #c96f3b;
}
.color-3 {
color: #d62e34;
}
.color-4 {
color: #b75c8b;
}
.color-5 {
color: #6c5b80;
}

/* CSS Variables */
:root {
--color-1: #e5a55d;
--color-2: #c96f3b;
--color-3: #d62e34;
--color-4: #b75c8b;
--color-5: #6c5b80;
}

CSS con gradiente di sfondo Serenity of Reflection

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a55d, #c96f3b, #d62e34, #b75c8b, #6c5b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a55d, #c96f3b, #d62e34, #b75c8b, #6c5b80);
}

Serenity of Reflection color palette created on .