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