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