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