Blue Green Yellow Watercolor Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Green Yellow Watercolor palette

Condividi questa palette a:

tavolozza dei colori Blue Green Yellow Watercolor CSS

/* CSS */
.color-1 {
color: #1a7ea2;
}
.color-2 {
color: #45b099;
}
.color-3 {
color: #9acf81;
}
.color-4 {
color: #ebdf3d;
}
.color-5 {
color: #eea32b;
}

/* CSS Variables */
:root {
--color-1: #1a7ea2;
--color-2: #45b099;
--color-3: #9acf81;
--color-4: #ebdf3d;
--color-5: #eea32b;
}

CSS con gradiente di sfondo Blue Green Yellow Watercolor

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a7ea2, #45b099, #9acf81, #ebdf3d, #eea32b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a7ea2, #45b099, #9acf81, #ebdf3d, #eea32b);
}

Blue Green Yellow Watercolor color palette created on .