Sweet Confectionery カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Confectionery palette

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

Sweet Confectionery カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #e6b198;
}
.color-3 {
color: #d69f7a;
}
.color-4 {
color: #b86f6b;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #e6b198;
--color-3: #d69f7a;
--color-4: #b86f6b;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #e6b198, #d69f7a, #b86f6b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #e6b198, #d69f7a, #b86f6b, #ff6e61);
}

Sweet Confectionery color palette created on .