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