Nyan Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nyan Dreamscape palette

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

Nyan Dreamscape カラー パレット PNG 画像

Download nyan dreamscape color palette PNG image (landscape)
Download nyan dreamscape color palette PNG image (square)

Nyan Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #7fd959;
}
.color-4 {
color: #378beb;
}
.color-5 {
color: #d22d6f;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6e61;
--color-3: #7fd959;
--color-4: #378beb;
--color-5: #d22d6f;
}

Nyan Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6e61, #7fd959, #378beb, #d22d6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6e61, #7fd959, #378beb, #d22d6f);
}

Nyan Dreamscape color palette created on .