Coral Echoes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Echoes palette

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

Coral Echoes カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f6ab6a;
}
.color-3 {
color: #f68e8e;
}
.color-4 {
color: #f76e69;
}
.color-5 {
color: #f74f40;
}

/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f6ab6a;
--color-3: #f68e8e;
--color-4: #f76e69;
--color-5: #f74f40;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f6ab6a, #f68e8e, #f76e69, #f74f40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f6ab6a, #f68e8e, #f76e69, #f74f40);
}

Coral Echoes color palette created on .