Soft Pink Dream Catcher カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Pink Dream Catcher palette

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

Soft Pink Dream Catcher カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #ffe4b3;
}
.color-3 {
color: #a9d6e5;
}
.color-4 {
color: #7a9d9f;
}
.color-5 {
color: #d2a7c5;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #ffe4b3;
--color-3: #a9d6e5;
--color-4: #7a9d9f;
--color-5: #d2a7c5;
}

Soft Pink Dream Catcher の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #ffe4b3, #a9d6e5, #7a9d9f, #d2a7c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #ffe4b3, #a9d6e5, #7a9d9f, #d2a7c5);
}

Soft Pink Dream Catcher color palette created on .