Morning Mist Over Water カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Morning Mist Over Water palette
Morning Mist Over Water カラーパレット CSS
/* CSS */
.color-1 {
color: #3a537e;
}
.color-2 {
color: #4e6f8d;
}
.color-3 {
color: #7a9db8;
}
.color-4 {
color: #b4c9d9;
}
.color-5 {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--color-1: #3a537e;
--color-2: #4e6f8d;
--color-3: #7a9db8;
--color-4: #b4c9d9;
--color-5: #f4e1a4;
}
Morning Mist Over Water の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a537e, #4e6f8d, #7a9db8, #b4c9d9, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a537e, #4e6f8d, #7a9db8, #b4c9d9, #f4e1a4);
}
似たようなカラーパレット
Morning Mist Over Water color palette created on .