Reflections of Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Reflections of Serenity palette

Condividi questa palette a:

tavolozza dei colori Reflections of Serenity CSS

/* CSS */
.color-1 {
color: #f1f3f9;
}
.color-2 {
color: #d8e1ee;
}
.color-3 {
color: #9ec4e0;
}
.color-4 {
color: #66a7d6;
}
.color-5 {
color: #3b7e9b;
}

/* CSS Variables */
:root {
--color-1: #f1f3f9;
--color-2: #d8e1ee;
--color-3: #9ec4e0;
--color-4: #66a7d6;
--color-5: #3b7e9b;
}

CSS con gradiente di sfondo Reflections of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f3f9, #d8e1ee, #9ec4e0, #66a7d6, #3b7e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f3f9, #d8e1ee, #9ec4e0, #66a7d6, #3b7e9b);
}

Reflections of Serenity color palette created on .