Frosted Sunrise Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Frosted Sunrise Delight palette

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

Frosted Sunrise Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #5cb2e0;
}
.color-2 {
color: #a1d7e3;
}
.color-3 {
color: #f0e6db;
}
.color-4 {
color: #f0b14c;
}
.color-5 {
color: #f77e7e;
}

/* CSS Variables */
:root {
--color-1: #5cb2e0;
--color-2: #a1d7e3;
--color-3: #f0e6db;
--color-4: #f0b14c;
--color-5: #f77e7e;
}

Frosted Sunrise Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cb2e0, #a1d7e3, #f0e6db, #f0b14c, #f77e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cb2e0, #a1d7e3, #f0e6db, #f0b14c, #f77e7e);
}

Frosted Sunrise Delight color palette created on .