Coral and Aqua Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral and Aqua Dream palette

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

Coral and Aqua Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #afeeee;
}
.color-5 {
color: #3ee0cf;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #afeeee;
--color-5: #3ee0cf;
}

Coral and Aqua Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #ffec3d, #afeeee, #3ee0cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #ffec3d, #afeeee, #3ee0cf);
}

Coral and Aqua Dream color palette created on .