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