Pink Dog Blankets カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Dog Blankets palette

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

Pink Dog Blankets カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #f1c0a7;
}
.color-3 {
color: #e7a6c8;
}
.color-4 {
color: #d59abf;
}
.color-5 {
color: #b95f7d;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #f1c0a7;
--color-3: #e7a6c8;
--color-4: #d59abf;
--color-5: #b95f7d;
}

Pink Dog Blankets の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #f1c0a7, #e7a6c8, #d59abf, #b95f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #f1c0a7, #e7a6c8, #d59abf, #b95f7d);
}

Pink Dog Blankets color palette created on .