Pink Ethereal Glitter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Ethereal Glitter palette

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

Pink Ethereal Glitter カラーパレット CSS

/* CSS */
.color-1 {
color: #f2a6d4;
}
.color-2 {
color: #a8d6e6;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #792c90;
}

/* CSS Variables */
:root {
--color-1: #f2a6d4;
--color-2: #a8d6e6;
--color-3: #ffd54d;
--color-4: #ff6e61;
--color-5: #792c90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6d4, #a8d6e6, #ffd54d, #ff6e61, #792c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6d4, #a8d6e6, #ffd54d, #ff6e61, #792c90);
}

Pink Ethereal Glitter color palette created on .