Poppy the Bubble カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Poppy the Bubble palette

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

Poppy the Bubble カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3ff;
}
.color-2 {
color: #ffd6ff;
}
.color-3 {
color: #ffebff;
}
.color-4 {
color: #fff5ff;
}
.color-5 {
color: #8fffff;
}

/* CSS Variables */
:root {
--color-1: #ffb3ff;
--color-2: #ffd6ff;
--color-3: #ffebff;
--color-4: #fff5ff;
--color-5: #8fffff;
}

Poppy the Bubble の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ff, #ffd6ff, #ffebff, #fff5ff, #8fffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ff, #ffd6ff, #ffebff, #fff5ff, #8fffff);
}

似たようなカラーパレット

Poppy the Bubble color palette created on .