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