Coral Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Coral Sunset palette
Coral Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d3d;
}
.color-4 {
color: #c94a4a;
}
.color-5 {
color: #4e3c3d;
}
/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff6e61;
--color-3: #ff3d3d;
--color-4: #c94a4a;
--color-5: #4e3c3d;
}
Coral Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff6e61, #ff3d3d, #c94a4a, #4e3c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff6e61, #ff3d3d, #c94a4a, #4e3c3d);
}
似たようなカラーパレット
Coral Sunset color palette created on .