Forest Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Forest Serenity palette
Image Gallery
Forest Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #e1c284;
}
.color-2 {
color: #362b1b;
}
.color-3 {
color: #87d9ed;
}
.color-4 {
color: #d2d8cf;
}
.color-5 {
color: #3d4757;
}
/* CSS Variables */
:root {
--color-1: #e1c284;
--color-2: #362b1b;
--color-3: #87d9ed;
--color-4: #d2d8cf;
--color-5: #3d4757;
}
Forest Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c284, #362b1b, #87d9ed, #d2d8cf, #3d4757);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c284, #362b1b, #87d9ed, #d2d8cf, #3d4757);
}
似たようなカラーパレット
Forest Serenity color palette created on .