Serene Misty Blues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Misty Blues palette
Serene Misty Blues カラーパレット CSS
/* CSS */
.color-1 {
color: #e0f5ee;
}
.color-2 {
color: #a8b5c2;
}
.color-3 {
color: #728b9d;
}
.color-4 {
color: #4c6b90;
}
.color-5 {
color: #545d73;
}
/* CSS Variables */
:root {
--color-1: #e0f5ee;
--color-2: #a8b5c2;
--color-3: #728b9d;
--color-4: #4c6b90;
--color-5: #545d73;
}
Serene Misty Blues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f5ee, #a8b5c2, #728b9d, #4c6b90, #545d73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f5ee, #a8b5c2, #728b9d, #4c6b90, #545d73);
}
似たようなカラーパレット
下にスクロールして1個のSoft tealカラーパレットを探索しましょう
Serene Misty Blues color palette created on .