Pink Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Dreamscape palette

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

Pink Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #a465b3;
}
.color-2 {
color: #f2a6d5;
}
.color-3 {
color: #5d80bb;
}
.color-4 {
color: #e1f0bc;
}
.color-5 {
color: #f9e69a;
}

/* CSS Variables */
:root {
--color-1: #a465b3;
--color-2: #f2a6d5;
--color-3: #5d80bb;
--color-4: #e1f0bc;
--color-5: #f9e69a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a465b3, #f2a6d5, #5d80bb, #e1f0bc, #f9e69a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a465b3, #f2a6d5, #5d80bb, #e1f0bc, #f9e69a);
}

Pink Dreamscape color palette created on .