Pastel Tsuki Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pastel Tsuki palette

Condividi questa palette a:

tavolozza dei colori Pastel Tsuki CSS

/* CSS */
.color-1 {
color: #e0b2f0;
}
.color-2 {
color: #aedbe0;
}
.color-3 {
color: #f0c1c1;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #e0b2f0;
--color-2: #aedbe0;
--color-3: #f0c1c1;
--color-4: #f9d86c;
--color-5: #f0a400;
}

CSS con gradiente di sfondo Pastel Tsuki

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b2f0, #aedbe0, #f0c1c1, #f9d86c, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b2f0, #aedbe0, #f0c1c1, #f9d86c, #f0a400);
}

Pastel Tsuki color palette created on .