Deep Coral Reef at Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Coral Reef at Night palette
Deep Coral Reef at Night color palette PNG image
Deep Coral Reef at Night color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff513d;
}
.color-3 {
color: #ff8f5c;
}
.color-4 {
color: #ffb85c;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff513d;
--color-3: #ff8f5c;
--color-4: #ffb85c;
--color-5: #ffd900;
}
Deep Coral Reef at Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff513d, #ff8f5c, #ffb85c, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff513d, #ff8f5c, #ffb85c, #ffd900);
}
Similar color palettes
Deep Coral Reef at Night color palette created on .