Citrus Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Citrus Sunrise palette

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

Citrus Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #0d1416;
}
.color-2 {
color: #0d1116;
}
.color-3 {
color: #0e161b;
}
.color-4 {
color: #0e161b;
}
.color-5 {
color: #0e1a1b;
}

/* CSS Variables */
:root {
--color-1: #0d1416;
--color-2: #0d1116;
--color-3: #0e161b;
--color-4: #0e161b;
--color-5: #0e1a1b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d1416, #0d1116, #0e161b, #0e161b, #0e1a1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d1416, #0d1116, #0e161b, #0e161b, #0e1a1b);
}

Citrus Sunrise color palette created on .