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