Pâtisserie Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pâtisserie Dreams palette

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

Pâtisserie Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e5b1;
}
.color-2 {
color: #f1c2a2;
}
.color-3 {
color: #e8a1b1;
}
.color-4 {
color: #d68fb3;
}
.color-5 {
color: #c884c0;
}

/* CSS Variables */
:root {
--color-1: #f7e5b1;
--color-2: #f1c2a2;
--color-3: #e8a1b1;
--color-4: #d68fb3;
--color-5: #c884c0;
}

Pâtisserie Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e5b1, #f1c2a2, #e8a1b1, #d68fb3, #c884c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e5b1, #f1c2a2, #e8a1b1, #d68fb3, #c884c0);
}

Pâtisserie Dreams color palette created on .