Candy Coated Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Candy Coated Sunrise palette

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

Candy Coated Sunrise カラーパレット (PNG) をダウンロード

Download candy coated sunrise color palette PNG image (landscape)
Download candy coated sunrise color palette PNG image (square)

Candy Coated Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #ffdf80;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ff7c70;
}
.color-4 {
color: #ff5c9a;
}
.color-5 {
color: #ff3d9e;
}

/* CSS Variables */
:root {
--color-1: #ffdf80;
--color-2: #ffb347;
--color-3: #ff7c70;
--color-4: #ff5c9a;
--color-5: #ff3d9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdf80, #ffb347, #ff7c70, #ff5c9a, #ff3d9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdf80, #ffb347, #ff7c70, #ff5c9a, #ff3d9e);
}

Candy Coated Sunrise color palette created on .