Princess Allura カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Princess Allura palette

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

Princess Allura カラー パレット PNG 画像

Download princess allura color palette PNG image (landscape)
Download princess allura color palette PNG image (square)

Princess Allura カラーパレット CSS

/* CSS */
.color-1 {
color: #e4b6e7;
}
.color-2 {
color: #b89ed6;
}
.color-3 {
color: #7b7fd1;
}
.color-4 {
color: #599acf;
}
.color-5 {
color: #4ec4ef;
}

/* CSS Variables */
:root {
--color-1: #e4b6e7;
--color-2: #b89ed6;
--color-3: #7b7fd1;
--color-4: #599acf;
--color-5: #4ec4ef;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b6e7, #b89ed6, #7b7fd1, #599acf, #4ec4ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b6e7, #b89ed6, #7b7fd1, #599acf, #4ec4ef);
}

Princess Allura color palette created on .