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