Otaku Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Otaku Sunshine palette

Condividi questa palette a:

Scarica la tavolozza dei colori Otaku Sunshine (PNG)

Download otaku sunshine color palette PNG image (landscape)
Download otaku sunshine color palette PNG image (square)

tavolozza dei colori Otaku Sunshine CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffdd33;
}
.color-4 {
color: #ffe066;
}
.color-5 {
color: #ffeb99;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffcc00;
--color-3: #ffdd33;
--color-4: #ffe066;
--color-5: #ffeb99;
}

CSS con gradiente di sfondo Otaku Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffcc00, #ffdd33, #ffe066, #ffeb99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffcc00, #ffdd33, #ffe066, #ffeb99);
}

Otaku Sunshine color palette created on .