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