Refined Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Refined Serenity palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Refined Serenity

Download refined serenity color palette PNG image (landscape)
Download refined serenity color palette PNG image (square)

tavolozza dei colori Refined Serenity CSS

/* CSS */
.color-1 {
color: #264b69;
}
.color-2 {
color: #3d7385;
}
.color-3 {
color: #588ea7;
}
.color-4 {
color: #86bac1;
}
.color-5 {
color: #a1c5ce;
}

/* CSS Variables */
:root {
--color-1: #264b69;
--color-2: #3d7385;
--color-3: #588ea7;
--color-4: #86bac1;
--color-5: #a1c5ce;
}

CSS con gradiente di sfondo Refined Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #264b69, #3d7385, #588ea7, #86bac1, #a1c5ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #264b69, #3d7385, #588ea7, #86bac1, #a1c5ce);
}

Refined Serenity color palette created on .