Otaku Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Otaku Sunshine palette

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

Otaku Sunshine カラー パレット PNG 画像

Download otaku sunshine color palette PNG image (landscape)
Download otaku sunshine color palette PNG image (square)

Otaku Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffdd33;
}
.color-4 {
color: #ffe066;
}
.color-5 {
color: #ffeb99;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffcc00;
--color-3: #ffdd33;
--color-4: #ffe066;
--color-5: #ffeb99;
}

Otaku Sunshine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffcc00, #ffdd33, #ffe066, #ffeb99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffcc00, #ffdd33, #ffe066, #ffeb99);
}

Otaku Sunshine color palette created on .