Paleta de colores Playful Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Playful Orange palette

Compartir esta paleta en:

Descargar la paleta de colores Playful Orange (PNG)

Download playful orange color palette PNG image (landscape)
Download playful orange color palette PNG image (square)

CSS de la paleta de colores Playful Orange

/* CSS */
.color-1 {
color: #ffc2c2;
}
.color-2 {
color: #ffdfb8;
}
.color-3 {
color: #fff8c7;
}
.color-4 {
color: #c2ffcc;
}
.color-5 {
color: #b3deff;
}

/* CSS Variables */
:root {
--color-1: #ffc2c2;
--color-2: #ffdfb8;
--color-3: #fff8c7;
--color-4: #c2ffcc;
--color-5: #b3deff;
}

CSS del degradado de fondo Playful Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2c2, #ffdfb8, #fff8c7, #c2ffcc, #b3deff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2c2, #ffdfb8, #fff8c7, #c2ffcc, #b3deff);
}

Playful Orange color palette created on .