Sweet Sorbet Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Sorbet Dreams palette

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

Sweet Sorbet Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f3c4d6;
}
.color-2 {
color: #f9b4c7;
}
.color-3 {
color: #ff99a1;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #f3c4d6;
--color-2: #f9b4c7;
--color-3: #ff99a1;
--color-4: #ff6e61;
--color-5: #ff4d4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c4d6, #f9b4c7, #ff99a1, #ff6e61, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c4d6, #f9b4c7, #ff99a1, #ff6e61, #ff4d4f);
}

Sweet Sorbet Dreams color palette created on .