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