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