Blue Invierno カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Invierno palette
Blue Invierno カラーパレット CSS
/* CSS */
.color-1 {
color: #3f5b92;
}
.color-2 {
color: #698dab;
}
.color-3 {
color: #b6c8d8;
}
.color-4 {
color: #f8e3b9;
}
.color-5 {
color: #f2695a;
}
/* CSS Variables */
:root {
--color-1: #3f5b92;
--color-2: #698dab;
--color-3: #b6c8d8;
--color-4: #f8e3b9;
--color-5: #f2695a;
}
Blue Invierno の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f5b92, #698dab, #b6c8d8, #f8e3b9, #f2695a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f5b92, #698dab, #b6c8d8, #f8e3b9, #f2695a);
}
似たようなカラーパレット
Blue Invierno color palette created on .