Sweet Matcha Delights カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Matcha Delights palette

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

Sweet Matcha Delights カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #e4d0c8;
}
.color-3 {
color: #f2e6d9;
}
.color-4 {
color: #c4b6a6;
}
.color-5 {
color: #e1c5b7;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #e4d0c8;
--color-3: #f2e6d9;
--color-4: #c4b6a6;
--color-5: #e1c5b7;
}

Sweet Matcha Delights の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #e4d0c8, #f2e6d9, #c4b6a6, #e1c5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #e4d0c8, #f2e6d9, #c4b6a6, #e1c5b7);
}

Sweet Matcha Delights color palette created on .