Aesthetic Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aesthetic Blue palette

Condividi questa palette a:

tavolozza dei colori Aesthetic Blue CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #fbd85b;
}
.color-4 {
color: #b9e9d7;
}
.color-5 {
color: #6b9aeb;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f9aeae;
--color-3: #fbd85b;
--color-4: #b9e9d7;
--color-5: #6b9aeb;
}

CSS con gradiente di sfondo Aesthetic Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f9aeae, #fbd85b, #b9e9d7, #6b9aeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f9aeae, #fbd85b, #b9e9d7, #6b9aeb);
}

Aesthetic Blue color palette created on .