Coastal Pebble Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Coastal Pebble Serenity palette
Coastal Pebble Serenity カラー パレット PNG 画像
Coastal Pebble Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #cfcece;
}
.color-2 {
color: #a8b3b0;
}
.color-3 {
color: #7d9b96;
}
.color-4 {
color: #5c7a76;
}
.color-5 {
color: #3d5b5c;
}
/* CSS Variables */
:root {
--color-1: #cfcece;
--color-2: #a8b3b0;
--color-3: #7d9b96;
--color-4: #5c7a76;
--color-5: #3d5b5c;
}
Coastal Pebble Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfcece, #a8b3b0, #7d9b96, #5c7a76, #3d5b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfcece, #a8b3b0, #7d9b96, #5c7a76, #3d5b5c);
}
似たようなカラーパレット
Coastal Pebble Serenity color palette created on .