Sweetheart Sorbet カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweetheart Sorbet palette

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

Sweetheart Sorbet カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff4d5e;
}
.color-4 {
color: #ff1453;
}
.color-5 {
color: #d60032;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff7092;
--color-3: #ff4d5e;
--color-4: #ff1453;
--color-5: #d60032;
}

Sweetheart Sorbet の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff7092, #ff4d5e, #ff1453, #d60032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff7092, #ff4d5e, #ff1453, #d60032);
}

Sweetheart Sorbet color palette created on .