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: #d4dfec;
}
.color-2 {
color: #d0dbe7;
}
.color-3 {
color: #c8d2e0;
}
.color-4 {
color: #c0cbd8;
}
.color-5 {
color: #b6c1ce;
}
/* CSS Variables */
:root {
--color-1: #d4dfec;
--color-2: #d0dbe7;
--color-3: #c8d2e0;
--color-4: #c0cbd8;
--color-5: #b6c1ce;
}
Serenity in Soft Hues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4dfec, #d0dbe7, #c8d2e0, #c0cbd8, #b6c1ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4dfec, #d0dbe7, #c8d2e0, #c0cbd8, #b6c1ce);
}
似たようなカラーパレット
Serenity in Soft Hues color palette created on .