Pink Victoria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Victoria palette

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

Pink Victoria カラーパレット CSS

/* CSS */
.color-1 {
color: #e6a8b0;
}
.color-2 {
color: #f9c99a;
}
.color-3 {
color: #f2e4b5;
}
.color-4 {
color: #b2d7c9;
}
.color-5 {
color: #8cb2d9;
}

/* CSS Variables */
:root {
--color-1: #e6a8b0;
--color-2: #f9c99a;
--color-3: #f2e4b5;
--color-4: #b2d7c9;
--color-5: #8cb2d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a8b0, #f9c99a, #f2e4b5, #b2d7c9, #8cb2d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a8b0, #f9c99a, #f2e4b5, #b2d7c9, #8cb2d9);
}

Pink Victoria color palette created on .