Self Introduction Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Self Introduction palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Self Introduction

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

tavolozza dei colori Self Introduction CSS

/* 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 con gradiente di sfondo 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 .