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