OVERSTIMULATION カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with OVERSTIMULATION palette

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

OVERSTIMULATION カラー パレット PNG 画像

Download overstimulation color palette PNG image (landscape)
Download overstimulation color palette PNG image (square)

OVERSTIMULATION カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #94c4ff;
}
.color-5 {
color: #6e1aff;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #94c4ff;
--color-5: #6e1aff;
}

OVERSTIMULATION の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffd54d, #94c4ff, #6e1aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffd54d, #94c4ff, #6e1aff);
}

OVERSTIMULATION color palette created on .