Sweet Meringue Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Meringue Dreams palette

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

Sweet Meringue Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e1af;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #f28c8c;
}
.color-4 {
color: #e77e7e;
}
.color-5 {
color: #d2615b;
}

/* CSS Variables */
:root {
--color-1: #f8e1af;
--color-2: #f1a7b8;
--color-3: #f28c8c;
--color-4: #e77e7e;
--color-5: #d2615b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1af, #f1a7b8, #f28c8c, #e77e7e, #d2615b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1af, #f1a7b8, #f28c8c, #e77e7e, #d2615b);
}

Sweet Meringue Dreams color palette created on .