Pink Princess カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Princess palette

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

Pink Princess カラーパレット CSS

/* CSS */
.color-1 {
color: #f4a4d7;
}
.color-2 {
color: #f8bfe3;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f1b1e0;
}
.color-5 {
color: #f5e0f4;
}

/* CSS Variables */
:root {
--color-1: #f4a4d7;
--color-2: #f8bfe3;
--color-3: #eab8e4;
--color-4: #f1b1e0;
--color-5: #f5e0f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4d7, #f8bfe3, #eab8e4, #f1b1e0, #f5e0f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4d7, #f8bfe3, #eab8e4, #f1b1e0, #f5e0f4);
}

Pink Princess color palette created on .