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