Warm Coral カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warm Coral palette
Warm Coral カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffcb6b;
}
.color-4 {
color: #ffd8a8;
}
.color-5 {
color: #ffeec2;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a5c;
--color-3: #ffcb6b;
--color-4: #ffd8a8;
--color-5: #ffeec2;
}
Warm Coral の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a5c, #ffcb6b, #ffd8a8, #ffeec2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a5c, #ffcb6b, #ffd8a8, #ffeec2);
}
似たようなカラーパレット
下にスクロールして300+個のブライトカラーパレットを探索しましょう
Warm Coral color palette created on .