Sweet Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Elegance palette

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

Sweet Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3b3;
}
.color-2 {
color: #e8aca1;
}
.color-3 {
color: #f1bca7;
}
.color-4 {
color: #e9b8a0;
}
.color-5 {
color: #e9af9f;
}

/* CSS Variables */
:root {
--color-1: #f4c3b3;
--color-2: #e8aca1;
--color-3: #f1bca7;
--color-4: #e9b8a0;
--color-5: #e9af9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3b3, #e8aca1, #f1bca7, #e9b8a0, #e9af9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3b3, #e8aca1, #f1bca7, #e9b8a0, #e9af9f);
}

Sweet Elegance color palette created on .