Sweet Citrus Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Citrus Delight palette

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

Sweet Citrus Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9e42;
}
.color-3 {
color: #ffbc6b;
}
.color-4 {
color: #ffdb94;
}
.color-5 {
color: #fff2b3;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9e42;
--color-3: #ffbc6b;
--color-4: #ffdb94;
--color-5: #fff2b3;
}

Sweet Citrus Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9e42, #ffbc6b, #ffdb94, #fff2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9e42, #ffbc6b, #ffdb94, #fff2b3);
}

Sweet Citrus Delight color palette created on .