Paleta de colores Otaku Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Otaku Sunshine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Otaku Sunshine

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

CSS de la paleta de colores Otaku Sunshine

/* 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 del degradado de fondo 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 .