Anime Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Anime Dream palette

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

Anime Dream カラー パレット PNG 画像

Download anime dream color palette PNG image (landscape)
Download anime dream color palette PNG image (square)

Anime Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc2cf;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #b3eeff;
}
.color-4 {
color: #b1ff8a;
}
.color-5 {
color: #ffda6b;
}

/* CSS Variables */
:root {
--color-1: #ffc2cf;
--color-2: #ffb3e4;
--color-3: #b3eeff;
--color-4: #b1ff8a;
--color-5: #ffda6b;
}

Anime Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cf, #ffb3e4, #b3eeff, #b1ff8a, #ffda6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cf, #ffb3e4, #b3eeff, #b1ff8a, #ffda6b);
}

Anime Dream color palette created on .