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