Coral Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Breeze palette

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

Coral Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #6dbf69;
}
.color-4 {
color: #389ad6;
}
.color-5 {
color: #ff577e;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcb5c;
--color-3: #6dbf69;
--color-4: #389ad6;
--color-5: #ff577e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcb5c, #6dbf69, #389ad6, #ff577e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcb5c, #6dbf69, #389ad6, #ff577e);
}

Coral Breeze color palette created on .