Hippie Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Hippie Pink Shades palette

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

Hippie Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #e05273;
}
.color-2 {
color: #f4a4b5;
}
.color-3 {
color: #ffb8c6;
}
.color-4 {
color: #fff0d1;
}
.color-5 {
color: #ffcf70;
}

/* CSS Variables */
:root {
--color-1: #e05273;
--color-2: #f4a4b5;
--color-3: #ffb8c6;
--color-4: #fff0d1;
--color-5: #ffcf70;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e05273, #f4a4b5, #ffb8c6, #fff0d1, #ffcf70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e05273, #f4a4b5, #ffb8c6, #fff0d1, #ffcf70);
}

Hippie Pink Shades color palette created on .