Pink Fairytale カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Fairytale palette

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

Pink Fairytale カラーパレット CSS

/* CSS */
.color-1 {
color: #ff999c;
}
.color-2 {
color: #facec2;
}
.color-3 {
color: #fbc1ea;
}
.color-4 {
color: #9f8ad0;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ff999c;
--color-2: #facec2;
--color-3: #fbc1ea;
--color-4: #9f8ad0;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff999c, #facec2, #fbc1ea, #9f8ad0, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff999c, #facec2, #fbc1ea, #9f8ad0, #000000);
}

Pink Fairytale color palette created on .