Paleta de colores Kawaii

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Kawaii palette

Compartir esta paleta en:

Descargar la paleta de colores Kawaii (PNG)

Download  kawaii color palette PNG image (landscape)
Download  kawaii color palette PNG image (square)

CSS de la paleta de colores Kawaii

/* CSS */
.color-1 {
color: #ffb3e4;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #9ee0ff;
}
.color-5 {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--color-1: #ffb3e4;
--color-2: #ff6e61;
--color-3: #ffd900;
--color-4: #9ee0ff;
--color-5: #ffb3b3;
}

CSS del degradado de fondo Kawaii

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e4, #ff6e61, #ffd900, #9ee0ff, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e4, #ff6e61, #ffd900, #9ee0ff, #ffb3b3);
}

Paletas de colores similares

Kawaii color palette created on .