Cruisin' Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cruisin' Sunset palette

Condividi questa palette a:

tavolozza dei colori Cruisin' Sunset CSS

/* CSS */
.color-1 {
color: #f09999;
}
.color-2 {
color: #f6b8a2;
}
.color-3 {
color: #fbbf7e;
}
.color-4 {
color: #f5d26b;
}
.color-5 {
color: #b4d9a1;
}

/* CSS Variables */
:root {
--color-1: #f09999;
--color-2: #f6b8a2;
--color-3: #fbbf7e;
--color-4: #f5d26b;
--color-5: #b4d9a1;
}

CSS con gradiente di sfondo Cruisin' Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f09999, #f6b8a2, #fbbf7e, #f5d26b, #b4d9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f09999, #f6b8a2, #fbbf7e, #f5d26b, #b4d9a1);
}

Cruisin' Sunset color palette created on .