Coral Reef Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Reef Symphony palette

Share this palette to:

Coral Reef Symphony color palette CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #e94e77;
}
.color-3 {
color: #3cbe79;
}
.color-4 {
color: #00a8d6;
}
.color-5 {
color: #ff9d00;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #e94e77;
--color-3: #3cbe79;
--color-4: #00a8d6;
--color-5: #ff9d00;
}

Coral Reef Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #e94e77, #3cbe79, #00a8d6, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #e94e77, #3cbe79, #00a8d6, #ff9d00);
}

Coral Reef Symphony color palette created on .