Patchwork Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Patchwork Dreams palette

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

Patchwork Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f9caa9;
}
.color-3 {
color: #d3e3c9;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #6b9e9d;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f9caa9;
--color-3: #d3e3c9;
--color-4: #a3d6e0;
--color-5: #6b9e9d;
}

Patchwork Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f9caa9, #d3e3c9, #a3d6e0, #6b9e9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f9caa9, #d3e3c9, #a3d6e0, #6b9e9d);
}

Patchwork Dreams color palette created on .