Playful Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Playful Blossoms palette

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

Playful Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f7d58d;
}
.color-2 {
color: #f5b8a3;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #a65e9e;
}
.color-5 {
color: #5a4fcf;
}

/* CSS Variables */
:root {
--color-1: #f7d58d;
--color-2: #f5b8a3;
--color-3: #ff6e61;
--color-4: #a65e9e;
--color-5: #5a4fcf;
}

Playful Blossoms の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d58d, #f5b8a3, #ff6e61, #a65e9e, #5a4fcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d58d, #f5b8a3, #ff6e61, #a65e9e, #5a4fcf);
}

Playful Blossoms color palette created on .