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