Paleta de colores Self Introduction

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Self Introduction palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Self Introduction

Download self introduction color palette PNG image (landscape)
Download self introduction color palette PNG image (square)

CSS de la paleta de colores Self Introduction

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #fdd3a5;
}
.color-3 {
color: #f9eba4;
}
.color-4 {
color: #a6e7ba;
}
.color-5 {
color: #7dd8e8;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #fdd3a5;
--color-3: #f9eba4;
--color-4: #a6e7ba;
--color-5: #7dd8e8;
}

CSS del degradado de fondo Self Introduction

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #fdd3a5, #f9eba4, #a6e7ba, #7dd8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #fdd3a5, #f9eba4, #a6e7ba, #7dd8e8);
}

Self Introduction color palette created on .