Sherbet Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sherbet Dreams palette

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

Sherbet Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9a75;
}
.color-2 {
color: #ffb19e;
}
.color-3 {
color: #c8c2ff;
}
.color-4 {
color: #9fe0e0;
}
.color-5 {
color: #fffb8f;
}

/* CSS Variables */
:root {
--color-1: #ff9a75;
--color-2: #ffb19e;
--color-3: #c8c2ff;
--color-4: #9fe0e0;
--color-5: #fffb8f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9a75, #ffb19e, #c8c2ff, #9fe0e0, #fffb8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9a75, #ffb19e, #c8c2ff, #9fe0e0, #fffb8f);
}

Sherbet Dreams color palette created on .