Serene Sky and Stone カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Sky and Stone palette
Serene Sky and Stone カラーパレット CSS
/* CSS */
.color-1 {
color: #e1dfe1;
}
.color-2 {
color: #b1b1af;
}
.color-3 {
color: #7bb4ea;
}
.color-4 {
color: #5995c9;
}
.color-5 {
color: #87886d;
}
/* CSS Variables */
:root {
--color-1: #e1dfe1;
--color-2: #b1b1af;
--color-3: #7bb4ea;
--color-4: #5995c9;
--color-5: #87886d;
}
Serene Sky and Stone の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1dfe1, #b1b1af, #7bb4ea, #5995c9, #87886d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1dfe1, #b1b1af, #7bb4ea, #5995c9, #87886d);
}
似たようなカラーパレット
Serene Sky and Stone color palette created on .