Vibrant Coral Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Coral palette

Condividi questa palette a:

tavolozza dei colori Vibrant Coral CSS

/* CSS */
.color-1 {
color: #ffedeb;
}
.color-2 {
color: #fff5e5;
}
.color-3 {
color: #fff9e5;
}
.color-4 {
color: #f0fdff;
}
.color-5 {
color: #ebf6ff;
}

/* CSS Variables */
:root {
--color-1: #ffedeb;
--color-2: #fff5e5;
--color-3: #fff9e5;
--color-4: #f0fdff;
--color-5: #ebf6ff;
}

CSS con gradiente di sfondo Vibrant Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffedeb, #fff5e5, #fff9e5, #f0fdff, #ebf6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffedeb, #fff5e5, #fff9e5, #f0fdff, #ebf6ff);
}

Vibrant Coral color palette created on .