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: #ff884d;
}
.color-2 {
color: #ffc642;
}
.color-3 {
color: #5cffe4;
}
.color-4 {
color: #adb7ff;
}
.color-5 {
color: #e642ff;
}

/* CSS Variables */
:root {
--color-1: #ff884d;
--color-2: #ffc642;
--color-3: #5cffe4;
--color-4: #adb7ff;
--color-5: #e642ff;
}

CSS con gradiente di sfondo Vibrant Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff884d, #ffc642, #5cffe4, #adb7ff, #e642ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff884d, #ffc642, #5cffe4, #adb7ff, #e642ff);
}

Vibrant Coral color palette created on .