Coral Milly カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Milly palette

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

Coral Milly カラーパレット CSS

/* CSS */
.color-1 {
color: #f8cab4;
}
.color-2 {
color: #f69b6a;
}
.color-3 {
color: #f05a28;
}
.color-4 {
color: #d95026;
}
.color-5 {
color: #af2c2c;
}

/* CSS Variables */
:root {
--color-1: #f8cab4;
--color-2: #f69b6a;
--color-3: #f05a28;
--color-4: #d95026;
--color-5: #af2c2c;
}

Coral Milly の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cab4, #f69b6a, #f05a28, #d95026, #af2c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cab4, #f69b6a, #f05a28, #d95026, #af2c2c);
}

Coral Milly color palette created on .