Pebble Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pebble Serenity palette

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

Pebble Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #b1b9b4;
}
.color-2 {
color: #a3c8c3;
}
.color-3 {
color: #8dd8c8;
}
.color-4 {
color: #e8b5a1;
}
.color-5 {
color: #d3a09c;
}

/* CSS Variables */
:root {
--color-1: #b1b9b4;
--color-2: #a3c8c3;
--color-3: #8dd8c8;
--color-4: #e8b5a1;
--color-5: #d3a09c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b9b4, #a3c8c3, #8dd8c8, #e8b5a1, #d3a09c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b9b4, #a3c8c3, #8dd8c8, #e8b5a1, #d3a09c);
}

Pebble Serenity color palette created on .