Pink Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Delight palette

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

Pink Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #f7a1b4;
}
.color-2 {
color: #f8b4ca;
}
.color-3 {
color: #f9c8d4;
}
.color-4 {
color: #ffb3d1;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #f7a1b4;
--color-2: #f8b4ca;
--color-3: #f9c8d4;
--color-4: #ffb3d1;
--color-5: #ff7092;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b4, #f8b4ca, #f9c8d4, #ffb3d1, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b4, #f8b4ca, #f9c8d4, #ffb3d1, #ff7092);
}

Pink Delight color palette created on .