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