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: #f3c3d3;
}
.color-2 {
color: #f2dbca;
}
.color-3 {
color: #b9dbf8;
}
.color-4 {
color: #9cd5dd;
}
.color-5 {
color: #efcbc7;
}

/* CSS Variables */
:root {
--color-1: #f3c3d3;
--color-2: #f2dbca;
--color-3: #b9dbf8;
--color-4: #9cd5dd;
--color-5: #efcbc7;
}

CSS con gradiente di sfondo Vibrant Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c3d3, #f2dbca, #b9dbf8, #9cd5dd, #efcbc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c3d3, #f2dbca, #b9dbf8, #9cd5dd, #efcbc7);
}

Vibrant Coral color palette created on .