Pusheen's Sweet Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pusheen's Sweet Dream palette

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

Pusheen's Sweet Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #ffc2e2;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ff667d;
}
.color-5 {
color: #d4a5a5;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #ffc2e2;
--color-3: #ffadad;
--color-4: #ff667d;
--color-5: #d4a5a5;
}

Pusheen's Sweet Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #ffc2e2, #ffadad, #ff667d, #d4a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #ffc2e2, #ffadad, #ff667d, #d4a5a5);
}

Pusheen's Sweet Dream color palette created on .