Coral Reef Symphony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Coral Reef Symphony palette

Condividi questa palette a:

tavolozza dei colori Coral Reef Symphony CSS

/* CSS */
.color-1 {
color: #4cb7e1;
}
.color-2 {
color: #4ed075;
}
.color-3 {
color: #f3b75e;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff3d1f;
}

/* CSS Variables */
:root {
--color-1: #4cb7e1;
--color-2: #4ed075;
--color-3: #f3b75e;
--color-4: #ff6e61;
--color-5: #ff3d1f;
}

CSS con gradiente di sfondo Coral Reef Symphony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cb7e1, #4ed075, #f3b75e, #ff6e61, #ff3d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cb7e1, #4ed075, #f3b75e, #ff6e61, #ff3d1f);
}

Coral Reef Symphony color palette created on .