Shawn's Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shawn's Serenity palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shawn's Serenity

Download shawn's serenity color palette PNG image (landscape)
Download shawn's serenity color palette PNG image (square)

tavolozza dei colori Shawn's Serenity CSS

/* CSS */
.color-1 {
color: #6a9080;
}
.color-2 {
color: #a4c6c4;
}
.color-3 {
color: #f1e4d5;
}
.color-4 {
color: #f9b9a9;
}
.color-5 {
color: #d6386a;
}

/* CSS Variables */
:root {
--color-1: #6a9080;
--color-2: #a4c6c4;
--color-3: #f1e4d5;
--color-4: #f9b9a9;
--color-5: #d6386a;
}

CSS con gradiente di sfondo Shawn's Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9080, #a4c6c4, #f1e4d5, #f9b9a9, #d6386a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9080, #a4c6c4, #f1e4d5, #f9b9a9, #d6386a);
}

Shawn's Serenity color palette created on .