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