Coral Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Bliss palette
Color Inspiration
Images that showcase this color palette in real designs
Download Coral Bliss Color Palette (PNG)
Coral Bliss color palette CSS
/* CSS */
.color-1 {
color: #ef8a9e;
}
.color-2 {
color: #f0a3b0;
}
.color-3 {
color: #f1bebb;
}
.color-4 {
color: #f0c9bc;
}
.color-5 {
color: #f0d9bc;
}
/* CSS Variables */
:root {
--color-1: #ef8a9e;
--color-2: #f0a3b0;
--color-3: #f1bebb;
--color-4: #f0c9bc;
--color-5: #f0d9bc;
}
Coral Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef8a9e, #f0a3b0, #f1bebb, #f0c9bc, #f0d9bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef8a9e, #f0a3b0, #f1bebb, #f0c9bc, #f0d9bc);
}
Similar color palettes
Coral Bliss color palette created on .