Pink Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Dreams palette

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

Pink Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e8b1;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #f2a1a1;
}
.color-4 {
color: #f27d7d;
}
.color-5 {
color: #e85e7e;
}

/* CSS Variables */
:root {
--color-1: #f6e8b1;
--color-2: #f4c3b3;
--color-3: #f2a1a1;
--color-4: #f27d7d;
--color-5: #e85e7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8b1, #f4c3b3, #f2a1a1, #f27d7d, #e85e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8b1, #f4c3b3, #f2a1a1, #f27d7d, #e85e7e);
}

Pink Dreams color palette created on .