Forgotten Sunshine Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Forgotten Sunshine palette

Condividi questa palette a:

tavolozza dei colori Forgotten Sunshine CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #e2b03c;
}
.color-3 {
color: #d57d3f;
}
.color-4 {
color: #aa4c2c;
}
.color-5 {
color: #7d2c3d;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e2b03c;
--color-3: #d57d3f;
--color-4: #aa4c2c;
--color-5: #7d2c3d;
}

CSS con gradiente di sfondo Forgotten Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e2b03c, #d57d3f, #aa4c2c, #7d2c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e2b03c, #d57d3f, #aa4c2c, #7d2c3d);
}

Forgotten Sunshine color palette created on .