Shades of Cornflower Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Cornflower palette

Condividi questa palette a:

tavolozza dei colori Shades of Cornflower CSS

/* CSS */
.color-1 {
color: #95ccea;
}
.color-2 {
color: #6eb2d4;
}
.color-3 {
color: #4a9cc4;
}
.color-4 {
color: #3b89b0;
}
.color-5 {
color: #2e7b99;
}

/* CSS Variables */
:root {
--color-1: #95ccea;
--color-2: #6eb2d4;
--color-3: #4a9cc4;
--color-4: #3b89b0;
--color-5: #2e7b99;
}

CSS con gradiente di sfondo Shades of Cornflower

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95ccea, #6eb2d4, #4a9cc4, #3b89b0, #2e7b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95ccea, #6eb2d4, #4a9cc4, #3b89b0, #2e7b99);
}

Shades of Cornflower color palette created on .