Midnight Ocean カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Midnight Ocean palette
Midnight Ocean カラー パレット PNG 画像
Midnight Ocean カラーパレット CSS
/* CSS */
.color-1 {
color: #50437a;
}
.color-2 {
color: #35336c;
}
.color-3 {
color: #22245d;
}
.color-4 {
color: #4e6f97;
}
.color-5 {
color: #78b5d9;
}
/* CSS Variables */
:root {
--color-1: #50437a;
--color-2: #35336c;
--color-3: #22245d;
--color-4: #4e6f97;
--color-5: #78b5d9;
}
Midnight Ocean の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #50437a, #35336c, #22245d, #4e6f97, #78b5d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #50437a, #35336c, #22245d, #4e6f97, #78b5d9);
}
似たようなカラーパレット
Midnight Ocean color palette created on .