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