Soft Scribbles カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Scribbles palette

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

Soft Scribbles カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b79f;
}
.color-2 {
color: #f7d9a6;
}
.color-3 {
color: #f2e9a6;
}
.color-4 {
color: #a6d8b9;
}
.color-5 {
color: #6dc0df;
}

/* CSS Variables */
:root {
--color-1: #f9b79f;
--color-2: #f7d9a6;
--color-3: #f2e9a6;
--color-4: #a6d8b9;
--color-5: #6dc0df;
}

Soft Scribbles の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b79f, #f7d9a6, #f2e9a6, #a6d8b9, #6dc0df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b79f, #f7d9a6, #f2e9a6, #a6d8b9, #6dc0df);
}

Soft Scribbles color palette created on .