Deep Winter カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Deep Winter palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Deep Winter カラーパレット (PNG) をダウンロード
Deep Winter カラーパレット CSS
/* CSS */
.color-1 {
color: #385dff;
}
.color-2 {
color: #619eff;
}
.color-3 {
color: #9eddff;
}
.color-4 {
color: #e0e5ff;
}
.color-5 {
color: #f5f6ff;
}
/* CSS Variables */
:root {
--color-1: #385dff;
--color-2: #619eff;
--color-3: #9eddff;
--color-4: #e0e5ff;
--color-5: #f5f6ff;
}
Deep Winter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #385dff, #619eff, #9eddff, #e0e5ff, #f5f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #385dff, #619eff, #9eddff, #e0e5ff, #f5f6ff);
}
似たようなカラーパレット
Deep Winter color palette created on .