Shades of Blue and Coral Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue and Coral palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue and Coral CSS

/* CSS */
.color-1 {
color: #a7d8e2;
}
.color-2 {
color: #f5c99e;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #d6a18f;
}
.color-5 {
color: #c46e9c;
}

/* CSS Variables */
:root {
--color-1: #a7d8e2;
--color-2: #f5c99e;
--color-3: #f0a800;
--color-4: #d6a18f;
--color-5: #c46e9c;
}

CSS con gradiente di sfondo Shades of Blue and Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d8e2, #f5c99e, #f0a800, #d6a18f, #c46e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d8e2, #f5c99e, #f0a800, #d6a18f, #c46e9c);
}

Shades of Blue and Coral color palette created on .