Rainbow Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rainbow Dreams palette

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

Rainbow Dreams カラー パレット PNG 画像

Download rainbow dreams color palette PNG image (landscape)
Download rainbow dreams color palette PNG image (square)

Rainbow Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ffda6b;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #5087f7;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffb347;
--color-3: #ffda6b;
--color-4: #6ccb79;
--color-5: #5087f7;
}

Rainbow Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffb347, #ffda6b, #6ccb79, #5087f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffb347, #ffda6b, #6ccb79, #5087f7);
}

Rainbow Dreams color palette created on .