Pixel Playground カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pixel Playground palette

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

Pixel Playground カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d4e1;
}
.color-2 {
color: #5c99b7;
}
.color-3 {
color: #4f8c7d;
}
.color-4 {
color: #d5e0b8;
}
.color-5 {
color: #c7d7a7;
}

/* CSS Variables */
:root {
--color-1: #a8d4e1;
--color-2: #5c99b7;
--color-3: #4f8c7d;
--color-4: #d5e0b8;
--color-5: #c7d7a7;
}

Pixel Playground の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d4e1, #5c99b7, #4f8c7d, #d5e0b8, #c7d7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d4e1, #5c99b7, #4f8c7d, #d5e0b8, #c7d7a7);
}

Pixel Playground color palette created on .