Pink Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Delight palette

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

Pink Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f5b9a3;
}
.color-3 {
color: #f28c8c;
}
.color-4 {
color: #d77b79;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f5b9a3;
--color-3: #f28c8c;
--color-4: #d77b79;
--color-5: #eab8d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f5b9a3, #f28c8c, #d77b79, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f5b9a3, #f28c8c, #d77b79, #eab8d1);
}

Pink Delight color palette created on .