Pebble Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pebble Serenity palette

このパレットを共有する先:

Pebble Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #b6c8b6;
}
.color-2 {
color: #a3c8c3;
}
.color-3 {
color: #99b2b2;
}
.color-4 {
color: #7e9a8c;
}
.color-5 {
color: #4c696b;
}

/* CSS Variables */
:root {
--color-1: #b6c8b6;
--color-2: #a3c8c3;
--color-3: #99b2b2;
--color-4: #7e9a8c;
--color-5: #4c696b;
}

Pebble Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8b6, #a3c8c3, #99b2b2, #7e9a8c, #4c696b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8b6, #a3c8c3, #99b2b2, #7e9a8c, #4c696b);
}

Pebble Serenity color palette created on .