Coral Kiss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Kiss palette
Coral Kiss color palette CSS
/* CSS */
.color-1 {
color: #ff0000;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ffe2d6;
}
.color-4 {
color: #ffdf80;
}
.color-5 {
color: #ff8052;
}
/* CSS Variables */
:root {
--color-1: #ff0000;
--color-2: #ffb3b3;
--color-3: #ffe2d6;
--color-4: #ffdf80;
--color-5: #ff8052;
}
Coral Kiss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff0000, #ffb3b3, #ffe2d6, #ffdf80, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff0000, #ffb3b3, #ffe2d6, #ffdf80, #ff8052);
}
Similar color palettes
Coral Kiss color palette created on .