Coral Reef Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Reef Dreams palette

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

Coral Reef Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #1eae8a;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #ff4400;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #00bfff;
--color-3: #1eae8a;
--color-4: #ff8052;
--color-5: #ff4400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #00bfff, #1eae8a, #ff8052, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #00bfff, #1eae8a, #ff8052, #ff4400);
}

Coral Reef Dreams color palette created on .