Persimmon Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Persimmon Bliss palette

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

Persimmon Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6952;
}
.color-2 {
color: #ff8e6b;
}
.color-3 {
color: #ffb58a;
}
.color-4 {
color: #ffe4b3;
}
.color-5 {
color: #ffe1d6;
}

/* CSS Variables */
:root {
--color-1: #ff6952;
--color-2: #ff8e6b;
--color-3: #ffb58a;
--color-4: #ffe4b3;
--color-5: #ffe1d6;
}

Persimmon Bliss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6952, #ff8e6b, #ffb58a, #ffe4b3, #ffe1d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6952, #ff8e6b, #ffb58a, #ffe4b3, #ffe1d6);
}

Persimmon Bliss color palette created on .