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