Heavenly Confections カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Heavenly Confections palette

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

Heavenly Confections カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e4b9;
}
.color-2 {
color: #e6b7c1;
}
.color-3 {
color: #d9a6d7;
}
.color-4 {
color: #c9b2e0;
}
.color-5 {
color: #a8d5e1;
}

/* CSS Variables */
:root {
--color-1: #f8e4b9;
--color-2: #e6b7c1;
--color-3: #d9a6d7;
--color-4: #c9b2e0;
--color-5: #a8d5e1;
}

Heavenly Confections の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e4b9, #e6b7c1, #d9a6d7, #c9b2e0, #a8d5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e4b9, #e6b7c1, #d9a6d7, #c9b2e0, #a8d5e1);
}

Heavenly Confections color palette created on .